diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-30 10:31:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-30 10:31:00 +0100 |
commit | 0413c13c6a9d2e3f5f5dc018f635f3043f09514b (patch) | |
tree | 8647bb7f71118fde5188247c7be4274471d49bab | |
parent | 67d573d98da247d2cd16ce65fdd37457c5ee74ec (diff) | |
download | sink-0413c13c6a9d2e3f5f5dc018f635f3043f09514b.tar.gz sink-0413c13c6a9d2e3f5f5dc018f635f3043f09514b.zip |
Only install the headers we need.
We go rid of large parts of the header entanglements.
-rw-r--r-- | common/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index be312b9..e56ece9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -74,12 +74,6 @@ install(FILES | |||
74 | clientapi.h | 74 | clientapi.h |
75 | domain/applicationdomaintype.h | 75 | domain/applicationdomaintype.h |
76 | query.h | 76 | query.h |
77 | threadboundary.h | ||
78 | resultprovider.h | ||
79 | facadefactory.h | ||
80 | log.h | ||
81 | listmodelresult.h | ||
82 | bufferadaptor.h | 77 | bufferadaptor.h |
83 | facadeinterface.h | ||
84 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel | 78 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel |
85 | ) | 79 | ) |