aboutsummaryrefslogtreecommitdiff
path: root/source/app/wandac/CMakeLists.txt
diff options
context:
space:
mode:
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"