summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-30 10:31:00 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-30 10:31:00 +0100
commit0413c13c6a9d2e3f5f5dc018f635f3043f09514b (patch)
tree8647bb7f71118fde5188247c7be4274471d49bab /common
parent67d573d98da247d2cd16ce65fdd37457c5ee74ec (diff)
downloadsink-0413c13c6a9d2e3f5f5dc018f635f3043f09514b.tar.gz
sink-0413c13c6a9d2e3f5f5dc018f635f3043f09514b.zip
Only install the headers we need.
We go rid of large parts of the header entanglements.
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt6
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)