Merge pull request #478 from rvianello/install_FMCS_Graph_header

install missing FMCS/Graph.h header file
This commit is contained in:
Greg Landrum
2015-04-14 05:07:07 +02:00

View File

@@ -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)