diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-26 09:44:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-31 11:11:08 +0200 |
commit | c9aeb8896ae578515c217b9a08988156b4d62f1e (patch) | |
tree | 4735d7df7c16ee9556f80aba61a034ff48f1196a /common/CMakeLists.txt | |
parent | 8f2fed8d2a1b23a8f318047b6592ad64b6ecbd22 (diff) | |
download | sink-c9aeb8896ae578515c217b9a08988156b4d62f1e.tar.gz sink-c9aeb8896ae578515c217b9a08988156b4d62f1e.zip |
Resource crashhandler and logging facilities.
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 429bad7..656f987 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -23,6 +23,7 @@ else (STORAGE_unqlite) | |||
23 | endif (STORAGE_unqlite) | 23 | endif (STORAGE_unqlite) |
24 | 24 | ||
25 | set(command_SRCS | 25 | set(command_SRCS |
26 | log.cpp | ||
26 | entitybuffer.cpp | 27 | entitybuffer.cpp |
27 | clientapi.cpp | 28 | clientapi.cpp |
28 | commands.cpp | 29 | commands.cpp |