mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* 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
11 lines
389 B
CMake
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)
|