aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hjson-cpp/fix-runtime-destination.patch
blob: cd4fc0de56def34bea5593b8c6641ca0f17f1435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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()