mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
5121e7149e
* [minhook] Add new port * Download cmake support as patch * Move architecture check to before work is done * Check in install destination patchl Remove config
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(
|