mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:49:02 +08:00
ef9628f449
* use z_vcpkg_get_cmake_vars instead of including the toolchain * fix typo Co-authored-by: Osyotr <Osyotr@users.noreply.github.com> * add supports expressions * use _ENV_ instead of ENV so vcpkgs flags will overwrite any other flags. (also fixes pdcurses using LINK) * v db * version Co-authored-by: Osyotr <Osyotr@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
9 lines
258 B
JSON
9 lines
258 B
JSON
{
|
|
"name": "detours",
|
|
"version": "4.0.1",
|
|
"port-version": 7,
|
|
"description": "Detours is a software package for monitoring and instrumenting API calls on Windows.",
|
|
"homepage": "https://github.com/microsoft/Detours",
|
|
"supports": "windows & !uwp"
|
|
}
|