merge in a set of changes from Riccardo V. to install .h files as well;

this needs more testing.
This commit is contained in:
Greg Landrum
2010-09-04 14:07:22 +00:00
parent 5364f32d2b
commit cb6cdb99b3
35 changed files with 188 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ rdkit_library(Catalogs
Catalog.cpp CatalogParams.cpp CatalogEntry.cpp
LINK_LIBRARIES RDGeneral)
rdkit_headers(CatalogEntry.h
Catalog.h
CatalogParams.h DEST Catalogs)