summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-08 09:19:43 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-08 09:19:43 +0200
commit228a3380328535f30fcb187cae7db2415ec2d314 (patch)
treec5aff9f889ac41aa5f79bd5d144f2c94a8298edc /common/CMakeLists.txt
parent12a87e1d6d5c0e4b5a5aacbfa880678629321c1d (diff)
downloadsink-228a3380328535f30fcb187cae7db2415ec2d314.tar.gz
sink-228a3380328535f30fcb187cae7db2415ec2d314.zip
We can add resources.
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 9e30752..58c7ea0 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -26,6 +26,7 @@ set(command_SRCS
26 threadboundary.cpp 26 threadboundary.cpp
27 messagequeue.cpp 27 messagequeue.cpp
28 index.cpp 28 index.cpp
29 resourcefacade.cpp
29 domain/applicationdomaintype.cpp 30 domain/applicationdomaintype.cpp
30 domain/event.cpp 31 domain/event.cpp
31 ${storage_SRCS}) 32 ${storage_SRCS})