diff --git a/Code/GraphMol/FMCS/CMakeLists.txt b/Code/GraphMol/FMCS/CMakeLists.txt index 41012bf49..2d32ad5a0 100644 --- a/Code/GraphMol/FMCS/CMakeLists.txt +++ b/Code/GraphMol/FMCS/CMakeLists.txt @@ -3,11 +3,12 @@ rdkit_library(FMCS LINK_LIBRARIES Depictor FileParsers ChemTransforms SubstructMatch) rdkit_headers(FMCS.h + Graph.h Seed.h SeedSet.h - MatchTable.h - RingMatchTableSet.h - SubstructureCache.h + MatchTable.h + RingMatchTableSet.h + SubstructureCache.h SubstructMatchCustom.h MaximumCommonSubgraph.h DEST GraphMol/FMCS)