diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-16 08:33:37 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-16 08:33:37 +0100 |
commit | 34f9a1e827e37f7172d9ebea3e511e1349da1f7e (patch) | |
tree | e245ec2db95d6b2e9835d313f4fa3cece774d814 /common/CMakeLists.txt | |
parent | ed7fdbcf6beb40960cf91555ae1d506278b852d8 (diff) | |
download | sink-34f9a1e827e37f7172d9ebea3e511e1349da1f7e.tar.gz sink-34f9a1e827e37f7172d9ebea3e511e1349da1f7e.zip |
split out the resource bits into their own file
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 fab7708..3431756 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -13,6 +13,7 @@ endif (STORAGE_unqlite) | |||
13 | set(command_SRCS | 13 | set(command_SRCS |
14 | commands.cpp | 14 | commands.cpp |
15 | console.cpp | 15 | console.cpp |
16 | resource.cpp | ||
16 | resourceaccess.cpp | 17 | resourceaccess.cpp |
17 | storage_common.cpp | 18 | storage_common.cpp |
18 | threadboundary.cpp | 19 | threadboundary.cpp |