summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)