diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b36e4ad..0f764d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ include("SystemDependencies") ##### Wanda CORE ##### set(WANDA_CORE_SOURCES + "src/command.cpp" "src/control_connection.cpp" "src/environment.cpp" "src/message.cpp" @@ -29,6 +30,7 @@ set(WANDA_CORE_SOURCES ) set(WANDA_CORE_HEADERS + "src/command.hpp" "src/control_connection.hpp" "src/deferred_failure.hpp" "src/environment.hpp" |
