diff options
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}) |