summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-03-26 09:44:00 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-03-31 11:11:08 +0200
commitc9aeb8896ae578515c217b9a08988156b4d62f1e (patch)
tree4735d7df7c16ee9556f80aba61a034ff48f1196a /common/CMakeLists.txt
parent8f2fed8d2a1b23a8f318047b6592ad64b6ecbd22 (diff)
downloadsink-c9aeb8896ae578515c217b9a08988156b4d62f1e.tar.gz
sink-c9aeb8896ae578515c217b9a08988156b4d62f1e.zip
Resource crashhandler and logging facilities.
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 429bad7..656f987 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -23,6 +23,7 @@ else (STORAGE_unqlite)
23endif (STORAGE_unqlite) 23endif (STORAGE_unqlite)
24 24
25set(command_SRCS 25set(command_SRCS
26 log.cpp
26 entitybuffer.cpp 27 entitybuffer.cpp
27 clientapi.cpp 28 clientapi.cpp
28 commands.cpp 29 commands.cpp