Files
rdkit/Code/Demos/sqlite/Jamfile
Greg Landrum d6c541d0fe added
2007-11-22 18:10:21 +00:00

21 lines
443 B
Plaintext

project SQLite_funcs : : ;
lib rdk_funcs : rdk_funcs.cpp
../../GraphMol/Descriptors//Descriptors
../../GraphMol/Fingerprints//Fingerprints
../../GraphMol/Subgraphs//Subgraphs
../../GraphMol/Substruct//Substruct
../../GraphMol/SmilesParse//SmilesParse
../../GraphMol//GraphMol
/RDKit//DataStructs
/RDKit//RDGeneral /RDKit//Geometry
/RDKit//vflib /RDKit//lapacklibs
;
install lib-install : rdk_funcs : <location>. ;