summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-31 14:18:29 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-31 14:18:29 +0100
commit18a6b06ac47a69ec53c658ca7384fe1b16cff3fd (patch)
treed837297dbb0d08200b00a05dee50b049ab8d3e35 /common/CMakeLists.txt
parent7c94e01d9feff8e6c09c88a9e51c8d5a6cb61005 (diff)
downloadsink-18a6b06ac47a69ec53c658ca7384fe1b16cff3fd.tar.gz
sink-18a6b06ac47a69ec53c658ca7384fe1b16cff3fd.zip
Insall sincommon_export.h
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
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