mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:05:25 +08:00
13 lines
436 B
Diff
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()
|