mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
6cdfcb2658
* Move CMAKE_CXX_FLAGS to VCPKG_CXX_FLAGS * version * Also set VCPKG_C_FLAGS * version * apply suggestions and fix other ports * version * apply suggestion * version * try to figure out what triplet needs crt macros * version
21 lines
449 B
JSON
21 lines
449 B
JSON
{
|
|
"name": "oatpp-curl",
|
|
"version": "1.3.0",
|
|
"port-version": 1,
|
|
"description": "Oat++ Modern web framework curl module to use libcurl as a RequestExecutor on the oatpp's ApiClient.",
|
|
"homepage": "https://github.com/oatpp/oatpp-curl",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"curl",
|
|
"oatpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|