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

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

exe GOmegaPiApp        : GOmegaPiApp.cc pbarpToOmegaPi : ;