vcpkg/ports/oatpp-consul/vcpkg.json
Jack·Boos·Yu 6cdfcb2658
[oatpp*] Remove CMAKE_CXX_FLAGS setting (#26116)
* 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
2022-08-03 19:24:13 -07:00

20 lines
382 B
JSON

{
"name": "oatpp-consul",
"version": "1.3.0",
"port-version": 1,
"description": "OAT++ Modern web framework consul module.",
"homepage": "https://github.com/oatpp/oatpp-consul",
"license": "Apache-2.0",
"dependencies": [
"oatpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}