diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-11 11:44:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-11 11:44:04 +0100 |
commit | d2d87b5d0d57aaeb46d2058a28749c2463a86a77 (patch) | |
tree | 828ad131eea140407843f6ad7f207823de62e1b7 /akonadish/CMakeLists.txt | |
parent | b1a66bc9b66213d1d4852553e7180dcc76fb6bf7 (diff) | |
parent | b59a7fe545aa2732e98ecc373c4ab5ca741cd920 (diff) | |
download | sink-d2d87b5d0d57aaeb46d2058a28749c2463a86a77.tar.gz sink-d2d87b5d0d57aaeb46d2058a28749c2463a86a77.zip |
Merge branch 'feature/akonadish_log_control' into develop
Diffstat (limited to 'akonadish/CMakeLists.txt')
-rw-r--r-- | akonadish/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/akonadish/CMakeLists.txt b/akonadish/CMakeLists.txt index 6761a32..eaedf9a 100644 --- a/akonadish/CMakeLists.txt +++ b/akonadish/CMakeLists.txt | |||
@@ -18,7 +18,8 @@ set(akonadi2_cli_SRCS | |||
18 | akonadish_utils.cpp | 18 | akonadish_utils.cpp |
19 | repl/repl.cpp | 19 | repl/repl.cpp |
20 | repl/replStates.cpp | 20 | repl/replStates.cpp |
21 | state.cpp) | 21 | state.cpp |
22 | utils.cpp) | ||
22 | 23 | ||
23 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | 24 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) |
24 | 25 | ||