Skip to content

Commit

Permalink
Add mhook library. (#3178)
Browse files Browse the repository at this point in the history
* Add mhook library.

* [mhook] Prefer ninja
  • Loading branch information
kalash- authored and ras0219-msft committed Mar 31, 2018
1 parent a8ae877 commit c8f164f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/mhook/CONTROL
@@ -0,0 +1,3 @@
Source: mhook
Version: 2.5.1-1
Description: A Windows API hooking library.
21 changes: 21 additions & 0 deletions ports/mhook/portfile.cmake
@@ -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)

0 comments on commit c8f164f

Please sign in to comment.