mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[detours] Fix detours usage (#29215)
* oops, usage * oops, usage * Update ports/detours/vcpkg.json Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> * Update ports/detours/portfile.cmake Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> * 更新 detours.json --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
This commit is contained in:
parent
54826e9ffc
commit
9588a00260
@ -33,3 +33,4 @@ else()
|
||||
endif()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "detours",
|
||||
"version": "4.0.1",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "Detours is a software package for monitoring and instrumenting API calls on Windows.",
|
||||
"homepage": "https://github.com/microsoft/Detours",
|
||||
"license": "MIT",
|
||||
"supports": "windows & !uwp"
|
||||
}
|
||||
|
@ -1938,7 +1938,7 @@
|
||||
},
|
||||
"detours": {
|
||||
"baseline": "4.0.1",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"devicenameresolver": {
|
||||
"baseline": "2016-06-26",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "42c4e92ed3e8e461427f2f3e971c0f936c34b285",
|
||||
"version": "4.0.1",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "6a73bd010a9e693e683b647ce04855efca88f4d5",
|
||||
"version": "4.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user