include_directories(/usr/include/rapidjson) remove_definitions(-DRDKIT_GRAPHMOL_BUILD) add_definitions(-DRDKIT_MOLINTERCHANGE_BUILD) rdkit_library(MolInterchange Parser.cpp Writer.cpp LINK_LIBRARIES GraphMol) rdkit_headers(MolInterchange.h details.h DEST GraphMol/MolInterchange) rdkit_test(molInterchangeTest1 test1.cpp LINK_LIBRARIES MolInterchange FileParsers SmilesParse GraphMol RDGeneral) add_subdirectory(Wrap)