aboutsummaryrefslogtreecommitdiff
path: root/source/app/wandac/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-07 15:41:09 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-07 15:41:09 +0200
commitbbda83f674a97e80cf89bff3d12737dd5ecc3243 (patch)
treeb37a1c465eaa2f999fdde87547a44caaf8ff97e1 /source/app/wandac/CMakeLists.txt
parent8e48049013a5a6668d2bd3c1bcb1fbc0ddd9534d (diff)
downloadwanda-bbda83f674a97e80cf89bff3d12737dd5ecc3243.tar.xz
wanda-bbda83f674a97e80cf89bff3d12737dd5ecc3243.zip
wandac: extract cli and commander listener
Diffstat (limited to 'source/app/wandac/CMakeLists.txt')
-rw-r--r--source/app/wandac/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/app/wandac/CMakeLists.txt b/source/app/wandac/CMakeLists.txt
index 43740d1..0a70e5b 100644
--- a/source/app/wandac/CMakeLists.txt
+++ b/source/app/wandac/CMakeLists.txt
@@ -1,7 +1,13 @@
add_executable("wandac"
+ "src/cli.cpp"
+ "src/listener.cpp"
"src/main.cpp"
)
+target_include_directories("${PROJECT_NAME}c" PRIVATE
+ "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
+)
+
target_link_libraries("${PROJECT_NAME}c" PRIVATE
"wanda::control"
"wanda::proto"