diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:10:03 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:10:03 +0100 |
commit | a638c410ad83f8d8fe236c1500beaf63d69cbac6 (patch) | |
tree | 5289d11290a7022b73bb0170a85cb32f384f6ce0 /akonadi2_cli/CMakeLists.txt | |
parent | a89e9766adac31f700ef47f982583baaf5ce9309 (diff) | |
download | sink-a638c410ad83f8d8fe236c1500beaf63d69cbac6.tar.gz sink-a638c410ad83f8d8fe236c1500beaf63d69cbac6.zip |
add count command
Diffstat (limited to 'akonadi2_cli/CMakeLists.txt')
-rw-r--r-- | akonadi2_cli/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/akonadi2_cli/CMakeLists.txt b/akonadi2_cli/CMakeLists.txt index 669ad52..9d0e7a5 100644 --- a/akonadi2_cli/CMakeLists.txt +++ b/akonadi2_cli/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | project(akonadi2_cli) | 1 | project(akonadish) |
2 | 2 | ||
3 | find_package(Readline REQUIRED) | 3 | find_package(Readline REQUIRED) |
4 | 4 | ||
@@ -8,6 +8,7 @@ set(akonadi2_cli_SRCS | |||
8 | syntaxtree.cpp | 8 | syntaxtree.cpp |
9 | syntax_modules/core_syntax.cpp | 9 | syntax_modules/core_syntax.cpp |
10 | syntax_modules/akonadi_list.cpp | 10 | syntax_modules/akonadi_list.cpp |
11 | syntax_modules/akonadi_count.cpp | ||
11 | akonadish_utils.cpp | 12 | akonadish_utils.cpp |
12 | repl/repl.cpp | 13 | repl/repl.cpp |
13 | repl/replStates.cpp | 14 | repl/replStates.cpp |