add_definitions(-DRDKIT_ALIGNMENT_BUILD) rdkit_library(Alignment AlignPoints.cpp LINK_LIBRARIES RDGeometryLib) rdkit_headers(AlignPoints.h DEST Numerics/Alignment) rdkit_test(testAlignment testAlignment.cpp LINK_LIBRARIES Alignment RDGeometryLib RDGeneral ) add_subdirectory(Wrap)