Files
rdkit/Code/GraphMol/MolTransforms/Jamfile
2009-10-31 06:09:20 +00:00

23 lines
642 B
Plaintext

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