From 5548fb1a75f23d024d829861e4561b97f0c04bbe Mon Sep 17 00:00:00 2001 From: Frank Richter Date: Sat, 28 Dec 2024 20:49:49 +0100 Subject: [PATCH] Also install HDRTrayConfig --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ac492a..43c64b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,9 +103,13 @@ if(MARKO_AVAILABLE) add_custom_target(ConvertMD ALL DEPENDS ${GENERATED_HTML_FILES}) endif() -install(TARGETS HDRTray HDRCmd +install(TARGETS HDRTray HDRCmd HDRTrayConfig RUNTIME DESTINATION ".") +install(FILES + "$/Microsoft.WindowsAppRuntime.Bootstrap.dll" + "$/HDRTrayConfig.pri" + DESTINATION ".") if(MARKO_AVAILABLE) foreach(md_file LICENSE README) install(FILES "${MD_OUTPUT_DIR}/${md_file}.html"