mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
* - enable building DLLs on Windows * - export.h and test.h are now auto-generated by CMake
13 lines
488 B
CMake
13 lines
488 B
CMake
remove_definitions(-DRDKIT_SUBSTRUCTLIBRARY_BUILD)
|
|
rdkit_python_extension(rdSubstructLibrary
|
|
rdSubstructLibrary.cpp
|
|
SubstructLibraryWrap.cpp
|
|
DEST Chem
|
|
LINK_LIBRARIES
|
|
SubstructLibrary
|
|
Fingerprints SubstructMatch SmilesParse Catalogs FileParsers GraphMol DataStructs
|
|
RDGeometryLib RDGeneral RDBoost
|
|
)
|
|
|
|
add_pytest(pySubstructLibrary ${CMAKE_CURRENT_SOURCE_DIR}/rough_test.py)
|