remove_definitions(-DRDKIT_MOLINTERCHANGE_BUILD)
rdkit_python_extension(rdMolInterchange
                       rdMolInterchange.cpp
                       DEST Chem
                       LINK_LIBRARIES MolInterchange GraphMol RDBoost)

add_pytest(pyMolInterchange ${CMAKE_CURRENT_SOURCE_DIR}/testMolInterchange.py)
