Files
rdkit/Code/GraphMol/SubstructLibrary/Wrap/CMakeLists.txt
Paolo Tosco c08ea49bda - enable building DLLs on Windows (#1861)
* - enable building DLLs on Windows

* - export.h and test.h are now auto-generated by CMake
2018-05-16 08:42:41 +02:00

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)