Skip to content
Snippets Groups Projects
Jamfile 189 B
Newer Older
Matthias Steinke's avatar
Matthias Steinke committed
project : 
	;

lib PspGen : 
	[ glob *.cc : *App.cc ] 
	$(TOP)/ErrLogger//ErrLogger 
	: <use>$(TOP)//HepMc
	: 
	: <library>$(TOP)//HepMc ;
Matthias Steinke's avatar
Matthias Steinke committed

exe PspGenTestApp : PspGenTestApp.cc PspGen : ;