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

lib pbarpToOmegaPiLS : 
        [ glob *.cc : *App.cc ] 
        $(TOP)/PwaUtils//PwaUtils 
        $(TOP)/Event//Event 
        $(TOP)/qft++//qft++ 
	: <library>$(TOP)//Geneva ;

exe OmegaPiLSTestApp        : OmegaPiLSTestApp.cc pbarpToOmegaPiLS : ;