mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
builds and passes tests on linux
This commit is contained in:
9
Code/ChemicalFeatures/CMakeLists.txt
Normal file
9
Code/ChemicalFeatures/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
rdkit_library(ChemicalFeatures FreeChemicalFeature.cpp)
|
||||
|
||||
rdkit_test(testChemicalFeatures testChemicalFeatures.cpp
|
||||
LINK_LIBRARIES ChemicalFeatures RDGeneral)
|
||||
|
||||
add_subdirectory(Wrap)
|
||||
|
||||
|
||||
|
||||
10
Code/ChemicalFeatures/Wrap/CMakeLists.txt
Normal file
10
Code/ChemicalFeatures/Wrap/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
rdkit_python_extension(rdChemicalFeatures
|
||||
rdChemicalFeatures.cpp FreeChemicalFeature.cpp
|
||||
DEST Chem
|
||||
LINK_LIBRARIES
|
||||
ChemicalFeatures GraphMol RDGeometry RDGeneral RDBoost)
|
||||
|
||||
add_test(pyFeatures python ${CMAKE_CURRENT_SOURCE_DIR}/testFeatures.py)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user