summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-15 19:13:21 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-15 19:13:21 +0100
commit2d34c336ee253ab63bb892dde25ce0742068ef5c (patch)
tree1d24339286bdad5cad8d0efaecf96a4cd774657b /common/CMakeLists.txt
parentb576f6b17e17083257763d5bcb6bf2b64dd200c3 (diff)
downloadsink-2d34c336ee253ab63bb892dde25ce0742068ef5c.tar.gz
sink-2d34c336ee253ab63bb892dde25ce0742068ef5c.zip
Fixed accounts support
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 4cb9e91..a47d259 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -115,6 +115,7 @@ install(FILES
115 notification.h 115 notification.h
116 bufferadaptor.h 116 bufferadaptor.h
117 test.h 117 test.h
118 log.h
118 ${CMAKE_CURRENT_BINARY_DIR}/sink_export.h 119 ${CMAKE_CURRENT_BINARY_DIR}/sink_export.h
119 DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel 120 DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel
120) 121)