Files
rdkit/Code/Query/Jamfile
Greg Landrum 430a83bd96 merge in the jamfiles from the bjam branch;
various and sundry minor code cleanups;
this probably does not yet build on windows... that is next
2007-11-23 15:55:30 +00:00

16 lines
162 B
Plaintext

project Query : : ;
alias Query
:
:
:
: <include>./
;
exe test : test.cpp Query /RDKit//RDGeneral ;
install regrs : test : <location>testExecs ;