Files
rdkit/Code/GraphMol/GenericGroups/CMakeLists.txt
tadhurst-cdd 73b4da2a44 New tests for specical query atoms and atropisomers (#7010)
* New tests for speical query atoms and atropisomers

* fixed error, and used unique_ptrs

* Removed test that makes GraphMol depend on GenericGroups

* More to remove GraphMol dependency on GenericGroups
2024-01-11 05:54:14 +01:00

11 lines
389 B
CMake

rdkit_library(GenericGroups
GenericGroups.cpp
LINK_LIBRARIES GraphMol RDGeneral)
target_compile_definitions(GenericGroups PRIVATE RDKIT_GENERICGROUPS_BUILD)
rdkit_headers(GenericGroups.h DEST GraphMol/GenericGroups)
rdkit_catch_test(testGenericGroups generic_tests.cpp
LINK_LIBRARIES GenericGroups FileParsers MarvinParser SmilesParse SubstructMatch)