diff options
Diffstat (limited to 'akonadi2_cli/CMakeLists.txt')
-rw-r--r-- | akonadi2_cli/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akonadi2_cli/CMakeLists.txt b/akonadi2_cli/CMakeLists.txt index a07140e..a061ebb 100644 --- a/akonadi2_cli/CMakeLists.txt +++ b/akonadi2_cli/CMakeLists.txt | |||
@@ -5,8 +5,8 @@ find_package(Readline REQUIRED) | |||
5 | 5 | ||
6 | set(akonadi2_cli_SRCS | 6 | set(akonadi2_cli_SRCS |
7 | main.cpp | 7 | main.cpp |
8 | module.cpp | 8 | syntaxtree.cpp |
9 | modules/core_syntax.cpp | 9 | syntax_modules/core_syntax.cpp |
10 | repl/repl.cpp | 10 | repl/repl.cpp |
11 | repl/replStates.cpp | 11 | repl/replStates.cpp |
12 | state.cpp) | 12 | state.cpp) |