From 577fc0845718ed8ad5bebf02a277c0579a817f77 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 17 May 2024 17:58:38 +0200 Subject: wanda: restructure source layout --- source/app/wandac/CMakeLists.txt | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 source/app/wandac/CMakeLists.txt (limited to 'source/app/wandac/CMakeLists.txt') diff --git a/source/app/wandac/CMakeLists.txt b/source/app/wandac/CMakeLists.txt deleted file mode 100644 index 71aff36..0000000 --- a/source/app/wandac/CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ -add_library("${PROJECT_NAME}c-components" OBJECT - "src/cli.cpp" - "src/listener.cpp" -) - -target_include_directories("${PROJECT_NAME}c-components" PUBLIC - "$" -) - -target_link_libraries("${PROJECT_NAME}c-components" PUBLIC - "wanda::control" - "wanda::proto" - - "bfg::lyra" - "Boost::headers" -) - -add_executable("wandac" - "src/main.cpp" -) - - -target_link_libraries("${PROJECT_NAME}c" PRIVATE - "${PROJECT_NAME}c-components" - - "wanda::system" - - "spdlog::spdlog_header_only" -) - -set_target_properties("wandac" PROPERTIES - CXX_STANDARD_REQUIRED YES - CXX_EXTENSIONS OFF - INTERPROCEDURAL_OPTIMIZATION ${WANDA_IPO_SUPPORTED} -) - -install(TARGETS "wandac") -- cgit v1.2.3