Skip to content
Snippets Groups Projects
Jamfile 160 B
Newer Older
project : 
	;

lib Setup : 
	[ glob *.cc : *App.cc ] 
	$(TOP)/Event//Event 
	$(TOP)/DecayTree//DecayTree : : : ;

exe SetupTestApp : SetupTestApp.cc Setup : ;