Add mhook library. (#3178)

* Add mhook library.

* [mhook] Prefer ninja
This commit is contained in:
Oleksandr 2018-03-31 03:02:41 +03:00 committed by Robert Schumacher
parent a8ae8773c5
commit c8f164fd91
2 changed files with 24 additions and 0 deletions

3
ports/mhook/CONTROL Normal file
View File

@ -0,0 +1,3 @@
Source: mhook
Version: 2.5.1-1
Description: A Windows API hooking library.

View File

@ -0,0 +1,21 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apriorit/mhook
REF 2.5.1
SHA512 914f198417b1e30301a42463af5cfbf9269dc64bcf1be87d3d6d2943fd72b3536f48eb4bfb25a51dd0bbe0f8f099777b2d49c9d58cb2e2eeb517d998917ae976
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/mhook RENAME copyright)
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)