mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:42:52 +08:00
0321a8422e
* [zycore] disable find Doxygen * [zydis] use Zycore from port zycore * version
19 lines
404 B
JSON
19 lines
404 B
JSON
{
|
|
"name": "zycore",
|
|
"version": "1.3.0",
|
|
"port-version": 1,
|
|
"description": "Provides platform independent types, macros and a fallback for environments without LibC.",
|
|
"homepage": "https://github.com/zyantific/zycore-c",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|