Files
rdkit/Code/GraphMol/Substruct/Jamfile
2008-04-08 18:24:56 +00:00

20 lines
427 B
Plaintext

project GraphMol/Substruct : : ;
import os ;
local RDBASE = [ os.environ RDBASE ] ;
lib Substruct : SubstructMatch.cpp SubstructUtils.cpp
: <toolset>msvc:<link>static ; #<link>static ;
install lib-install : Substruct : <location>$(RDBASE)/bin ;
exe test1 : test1.cpp Substruct ..//GraphMol
/RDKit//RDGeneral /RDKit//Geometry
/RDKit//lapacklibs /RDKit//vflib
;
install regrs : test1
: <location>testExecs ;