diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 16:43:45 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 16:43:45 +0100 |
commit | 7e96145d27329ca3870f23d5b161785d10c9faf5 (patch) | |
tree | 46c5c673b9410341c817cc7fe6f93672718ec85d /akonadi2_cli/CMakeLists.txt | |
parent | 8c78033ca7e59c44eb2886a3f8fe89c5b22ad114 (diff) | |
download | sink-7e96145d27329ca3870f23d5b161785d10c9faf5.tar.gz sink-7e96145d27329ca3870f23d5b161785d10c9faf5.zip |
Module -> SyntaxTree
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) |