Something went wrong on our end
-
Bertram Kopf authored
started to get rid of internal fitparam layer; bug fix for parsing configurations in single channel app
13aba6ff
Jamfile 462 B
alias install : install-lib ;
explicit install ;
install install-lib : FitParams
: <location>$(TOP)/lib
<install-dependencies>on
<install-type>LIB
;
project :
;
lib FitParams :
[ glob *.cc : *App.cc ]
$(TOP)/ErrLogger//ErrLogger
$(TOP)/ConfigParser//ConfigParser
: <use>$(TOP)//Minuit2
:
: <library>$(TOP)//Minuit2 ;
exe StreamerTestApp : StreamerTestApp.cc FitParams : ;