Skip to content

Commit

Permalink
Also install HDRTrayConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed Dec 28, 2024
1 parent 9e60fba commit 63561d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 63561d1

Please sign in to comment.