mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:39:00 +08:00
23 lines
495 B
Diff
23 lines
495 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index df947af..6a894d8 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -113,7 +113,7 @@ install(
|
||
|
"${CMAKE_CURRENT_BINARY_DIR}/minhook-config.cmake"
|
||
|
"${CMAKE_CURRENT_BINARY_DIR}/minhook-config-version.cmake"
|
||
|
DESTINATION
|
||
|
- "lib/minhook"
|
||
|
+ share/minhook
|
||
|
)
|
||
|
|
||
|
###################
|
||
|
@@ -133,7 +133,7 @@ install(
|
||
|
NAMESPACE
|
||
|
minhook::
|
||
|
DESTINATION
|
||
|
- "lib/minhook"
|
||
|
+ share/minhook
|
||
|
)
|
||
|
|
||
|
install(
|