From 604683dc902f282906f5d6ee55e2e2db7188030f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 24 Jan 2025 23:51:49 -0600 Subject: [PATCH] Fix installation of the common library --- cpp/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 6c76e47..051d738 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -133,9 +133,9 @@ target_link_libraries(web_ui ${UUID_LIB} ) -# -# Copy templates -# +install(TARGETS lubuntuci_lib + LIBRARY DESTINATION lib +) install(TARGETS web_ui fetch-indexes update-maintainer lintian-ppa RUNTIME DESTINATION . )