From 2ed625e6a74d8d53723a42357c2c06ddcad265e2 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 24 Jan 2025 19:31:52 -0600 Subject: [PATCH] Correct cmake install file --- cpp/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 539640e..8bfe17b 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -135,7 +135,6 @@ target_link_libraries(web_ui # # Copy templates # -file(COPY ../templates - DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) -file(COPY ../static - DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) +install(TARGETS web_ui build-packages fetch-indexes update-maintainer lintian-ppa + RUNTIME DESTINATION . +)