summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
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 1a9a812..671d1cd 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -30,6 +30,7 @@ set(command_SRCS
30 resourceaccess.cpp 30 resourceaccess.cpp
31 storage_common.cpp 31 storage_common.cpp
32 threadboundary.cpp 32 threadboundary.cpp
33 messagequeue.cpp
33 ${storage_SRCS}) 34 ${storage_SRCS})
34 35
35add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 36add_library(${PROJECT_NAME} SHARED ${command_SRCS})