Skip to content
Snippets Groups Projects
Jamfile 187 B
project : 
	;

lib PwaUtils : 
	[ glob *.cc : *App.cc ] 
	$(TOP)/Utils//Utils 
	$(TOP)/qft++//qft++
	$(TOP)/ErrLogger//ErrLogger
	: <use>$(TOP)//Minuit2
	: 
	: <library>$(TOP)//Minuit2 ;