diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-15 19:13:21 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-15 19:13:21 +0100 |
commit | 2d34c336ee253ab63bb892dde25ce0742068ef5c (patch) | |
tree | 1d24339286bdad5cad8d0efaecf96a4cd774657b /common/CMakeLists.txt | |
parent | b576f6b17e17083257763d5bcb6bf2b64dd200c3 (diff) | |
download | sink-2d34c336ee253ab63bb892dde25ce0742068ef5c.tar.gz sink-2d34c336ee253ab63bb892dde25ce0742068ef5c.zip |
Fixed accounts support
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 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 | ) |