diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-30 16:39:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-30 16:39:05 +0100 |
commit | 28e67be84c418cb661e7c32f2326d0e665320a1e (patch) | |
tree | d2a39540fd4d8aebaec9489ce1e3ebc1c70c7ecc /common/CMakeLists.txt | |
parent | 74d357f533b49b0d1eeb72606303cfd8a16fb20e (diff) | |
download | sink-28e67be84c418cb661e7c32f2326d0e665320a1e.tar.gz sink-28e67be84c418cb661e7c32f2326d0e665320a1e.zip |
One central place to generate uids
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 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 | ||
84 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 85 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |