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 3c6a083..752e4e4 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -72,6 +72,7 @@ set(command_SRCS
72 entitystore.cpp 72 entitystore.cpp
73 remoteidmap.cpp 73 remoteidmap.cpp
74 sourcewriteback.cpp 74 sourcewriteback.cpp
75 entityreader.cpp
75 ${storage_SRCS}) 76 ${storage_SRCS})
76 77
77add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 78add_library(${PROJECT_NAME} SHARED ${command_SRCS})