Files
rdkit/Code/Catalogs/CMakeLists.txt
Greg Landrum c0a62388a2 switch to using target_compile_definitions instead of add_definitions (#3350)
* switch to using target_compile_definitions instead of add_definitions

* missed one
2020-08-21 04:49:07 +02:00

12 lines
293 B
CMake

rdkit_library(Catalogs
Catalog.cpp CatalogParams.cpp CatalogEntry.cpp
LINK_LIBRARIES RDGeneral)
target_compile_definitions(Catalogs PRIVATE RDKIT_CATALOGS_BUILD)
rdkit_headers(CatalogEntry.h
Catalog.h
CatalogParams.h DEST Catalogs)