diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 17:58:38 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 17:58:38 +0200 |
| commit | 577fc0845718ed8ad5bebf02a277c0579a817f77 (patch) | |
| tree | 3d1cdc53c426a0ba60a7996619a7b787850bb3b3 /source/app/wandad/CMakeLists.txt | |
| parent | de5bf7ca3b7a2bf6be35b86486b00dc6a071b950 (diff) | |
| download | wanda-develop.tar.xz wanda-develop.zip | |
Diffstat (limited to 'source/app/wandad/CMakeLists.txt')
| -rw-r--r-- | source/app/wandad/CMakeLists.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/source/app/wandad/CMakeLists.txt b/source/app/wandad/CMakeLists.txt deleted file mode 100644 index 9bf0ec5..0000000 --- a/source/app/wandad/CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -add_executable("wandad" - "src/main.cpp" -) - -target_link_libraries("wandad" PRIVATE - "wanda::control" - "wanda::proto" - "wanda::std_ext" - "wanda::system" - - "bfg::lyra" - "spdlog::spdlog_header_only" -) - -set_target_properties("wandad" PROPERTIES - CXX_STANDARD_REQUIRED YES - CXX_EXTENSIONS OFF - INTERPROCEDURAL_OPTIMIZATION ${WANDA_IPO_SUPPORTED} -) - -install(TARGETS "wandad") |
