Files
rdkit/Code/Demos/sqlite/Jamfile
2009-10-31 06:09:20 +00:00

20 lines
408 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
;
install lib-install : rdk_funcs : <location>. ;