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 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 | ||
35 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 36 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |