remove_definitions(-DRDKIT_GRAPHMOL_BUILD) add_definitions(-DRDKIT_MOLCATALOG_BUILD) rdkit_library(MolCatalog MolCatalogEntry.cpp MolCatalogParams.cpp LINK_LIBRARIES GraphMol Catalogs) rdkit_headers(MolCatalogEntry.h MolCatalog.h MolCatalogParams.h DEST GraphMol/MolCatalog) rdkit_test(testMolCatalog test1.cpp LINK_LIBRARIES MolCatalog FileParsers Catalogs SmilesParse GraphMol DataStructs RDGeneral RDGeometryLib ) add_subdirectory(Wrap)