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 6f8fee3..3d3a2b7 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -32,6 +32,7 @@ set(command_SRCS
32 storage_common.cpp 32 storage_common.cpp
33 threadboundary.cpp 33 threadboundary.cpp
34 messagequeue.cpp 34 messagequeue.cpp
35 index.cpp
35 ${storage_SRCS}) 36 ${storage_SRCS})
36 37
37add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 38add_library(${PROJECT_NAME} SHARED ${command_SRCS})