diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-16 10:01:24 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-16 10:01:24 +0100 |
commit | 176aa6a74fac3c74f52c580051c80ed19c0b0cfd (patch) | |
tree | 201b2782e2d97e674f2420254de8440687afa307 /common/CMakeLists.txt | |
parent | 8c80b142925840a6ae74ad227f5d7d07cae1fef4 (diff) | |
download | sink-176aa6a74fac3c74f52c580051c80ed19c0b0cfd.tar.gz sink-176aa6a74fac3c74f52c580051c80ed19c0b0cfd.zip |
split out functions that get inlined into a separate file
allowed including the header more than once ;)
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 3431756..ceec69c 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 | clientapi.cpp | ||
14 | commands.cpp | 15 | commands.cpp |
15 | console.cpp | 16 | console.cpp |
16 | resource.cpp | 17 | resource.cpp |