mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
1c48ec7f49
* Update CMakeLists.txt * print lib prefix and suffix * set extension to bc * wip: wasm .bc copy workaround * hack wasm32 boost libs copy * rename bc to a * remove status messages * update port ver * run addver cmd
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
|
"name": "boost-modular-build-helper",
|
|
"version": "1.81.0",
|
|
"port-version": 2,
|
|
"description": "Internal vcpkg port used to build Boost libraries",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-uninstall",
|
|
"version>=": "1.81.0#1"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|