From 63561d18e688dfa4c0f31fbcd9eea3562367284e 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..e7844bb 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 + "${CMAKE_CURRENT_BINARY_DIR}/Microsoft.WindowsAppRuntime.Bootstrap.dll" + "${CMAKE_CURRENT_BINARY_DIR}/HDRTrayConfig.pri" + DESTINATION ".") if(MARKO_AVAILABLE) foreach(md_file LICENSE README) install(FILES "${MD_OUTPUT_DIR}/${md_file}.html"