From 28e67be84c418cb661e7c32f2326d0e665320a1e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 30 Jan 2018 16:39:05 +0100 Subject: One central place to generate uids --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') 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 commandprocessor.cpp inspector.cpp propertyparser.cpp + utils.cpp ${storage_SRCS}) add_library(${PROJECT_NAME} SHARED ${command_SRCS}) -- cgit v1.2.3