Files
rdkit/Code/GraphMol/Substruct/Jamfile

21 lines
501 B
Plaintext

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