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