diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 16:30:32 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 16:30:32 +0100 |
commit | 17e7ee40c9185c0505883853345fd6024c675b1a (patch) | |
tree | b5f0caffac61f38e7387c9bde5a38bd09fbd1cd3 | |
parent | 09deaee5b308884b016dc90b984721861a3f8c85 (diff) | |
download | sink-17e7ee40c9185c0505883853345fd6024c675b1a.tar.gz sink-17e7ee40c9185c0505883853345fd6024c675b1a.zip |
Install new headers
-rw-r--r-- | common/CMakeLists.txt | 2 |
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 | ) |