mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
11 lines
514 B
CMake
11 lines
514 B
CMake
rdkit_library(Subgraphs Subgraphs.cpp SubgraphUtils.cpp
|
|
LINK_LIBRARIES GraphMol )
|
|
|
|
rdkit_headers(Subgraphs.h
|
|
SubgraphUtils.h DEST GraphMol/Subgraphs)
|
|
|
|
target_include_directories(Subgraphs PUBLIC $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/External/boost-numeric-bindings>)
|
|
|
|
rdkit_test(testSubgraphs1 test1.cpp LINK_LIBRARIES Subgraphs SmilesParse GraphMol RDGeometryLib RDGeneral )
|
|
rdkit_test(testSubgraphs2 test2.cpp LINK_LIBRARIES SmilesParse Subgraphs GraphMol RDGeometryLib RDGeneral )
|