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 7778955..2f779b5 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -11,6 +11,7 @@ else (STORAGE_unqlite) | |||
11 | endif (STORAGE_unqlite) | 11 | endif (STORAGE_unqlite) |
12 | 12 | ||
13 | set(command_SRCS | 13 | set(command_SRCS |
14 | definitions.cpp | ||
14 | log.cpp | 15 | log.cpp |
15 | entitybuffer.cpp | 16 | entitybuffer.cpp |
16 | entitystorage.cpp | 17 | entitystorage.cpp |