summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 16:30:32 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 16:30:32 +0100
commit17e7ee40c9185c0505883853345fd6024c675b1a (patch)
treeb5f0caffac61f38e7387c9bde5a38bd09fbd1cd3
parent09deaee5b308884b016dc90b984721861a3f8c85 (diff)
downloadsink-17e7ee40c9185c0505883853345fd6024c675b1a.tar.gz
sink-17e7ee40c9185c0505883853345fd6024c675b1a.zip
Install new headers
-rw-r--r--common/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 85cd621..06b2af6 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -101,6 +101,8 @@ install(FILES
101 clientapi.h 101 clientapi.h
102 domain/applicationdomaintype.h 102 domain/applicationdomaintype.h
103 query.h 103 query.h
104 inspection.h
105 notification.h
104 bufferadaptor.h 106 bufferadaptor.h
105 DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel 107 DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel
106) 108)