diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b400993..0dacda1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -108,6 +108,7 @@ install(FILES | |||
108 | inspection.h | 108 | inspection.h |
109 | notification.h | 109 | notification.h |
110 | bufferadaptor.h | 110 | bufferadaptor.h |
111 | ${CMAKE_CURRENT_BINARY_DIR}/sinkcommon_export.h | ||
111 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel | 112 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel |
112 | ) | 113 | ) |
113 | 114 | ||