Files
rdkit/Code/GraphMol/Substruct/Jamfile
Greg Landrum 9cabf87374 remove vflib from Jamfiles
remove const specifiers from return values in DataStructs
add initial pass at query-query matching for Atoms and Bonds
fix and test for sf.net issu 2738320
add Mol.AddRecursiveQuery() method to Mol
2009-06-29 11:47:38 +00:00

21 lines
454 B
Plaintext

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