diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-06 00:39:07 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-06 00:39:07 +0100 |
commit | 66bcbab0990c965196991d66ca2a595cf9135074 (patch) | |
tree | 3d592cd8c6369ebdb4407d564b01f31defd939cb /common/CMakeLists.txt | |
parent | 1a429fd3103c16899f1f7be25046bb63b2b314c3 (diff) | |
download | sink-66bcbab0990c965196991d66ca2a595cf9135074.tar.gz sink-66bcbab0990c965196991d66ca2a595cf9135074.zip |
read takes an error handler rather than returns a bool
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 9b3f777..68330ce 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -13,6 +13,7 @@ endif (STORAGE_KYOTO) | |||
13 | set(command_SRCS | 13 | set(command_SRCS |
14 | commands.cpp | 14 | commands.cpp |
15 | console.cpp | 15 | console.cpp |
16 | storage_common.cpp | ||
16 | ${storage_SRCS}) | 17 | ${storage_SRCS}) |
17 | 18 | ||
18 | add_library(${PROJECT_NAME} ${command_SRCS}) | 19 | add_library(${PROJECT_NAME} ${command_SRCS}) |