vcpkg/ports/c89stringutils/vcpkg.json
Alexander Neumann 28effe75c4
[c89stringutils] remove forced flags (#26249)
* c89stringutils remove flags

* v db

* remove code

* v db
2022-08-15 11:33:02 -07:00

19 lines
372 B
JSON

{
"name": "c89stringutils",
"version": "0.0.1",
"port-version": 1,
"description": "string functions from newer standards / common non-standards for C89",
"license": "Apache-2.0 OR MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}