vcpkg/ports/chakracore/vcpkg.json
Alexander Neumann 3c268c7706
[chakracore] msbuild (#33182)
* chakracore msbuild

* v db

* add features

* fix control flow

* v db

* format-manifest

* v db

* Fix build

* v db
2023-08-17 14:22:37 -07:00

28 lines
578 B
JSON

{
"name": "chakracore",
"version-date": "2022-11-09",
"port-version": 4,
"description": "Core part of the Chakra Javascript engine",
"homepage": "https://github.com/Microsoft/ChakraCore",
"license": "MIT",
"supports": "!osx & !uwp & (linux | (!static & !staticcrt))",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-msbuild",
"host": true,
"features": [
"pkg-config"
],
"platform": "windows"
}
]
}