zeek/auxil/vcpkg/ports/hjson-cpp/fix-runtime-destination.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
436 B
Diff

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f1f6cf4..05189a3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -33,6 +33,6 @@ set_target_properties(hjson PROPERTIES
)
if(HJSON_ENABLE_INSTALL)
- install(TARGETS hjson EXPORT hjson DESTINATION ${lib_dest})
+ install(TARGETS hjson EXPORT hjson DESTINATION ${lib_dest} RUNTIME DESTINATION bin)
install(FILES ${header} DESTINATION ${include_dest})
endif()