summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 16:39:05 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 16:39:05 +0100
commit28e67be84c418cb661e7c32f2326d0e665320a1e (patch)
treed2a39540fd4d8aebaec9489ce1e3ebc1c70c7ecc /common/CMakeLists.txt
parent74d357f533b49b0d1eeb72606303cfd8a16fb20e (diff)
downloadsink-28e67be84c418cb661e7c32f2326d0e665320a1e.tar.gz
sink-28e67be84c418cb661e7c32f2326d0e665320a1e.zip
One central place to generate uids
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 b90ab6a..ec83f6f 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -79,6 +79,7 @@ set(command_SRCS
79 commandprocessor.cpp 79 commandprocessor.cpp
80 inspector.cpp 80 inspector.cpp
81 propertyparser.cpp 81 propertyparser.cpp
82 utils.cpp
82 ${storage_SRCS}) 83 ${storage_SRCS})
83 84
84add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 85add_library(${PROJECT_NAME} SHARED ${command_SRCS})