vcpkg/ports/tinyutf8/vcpkg.json
Thomas1664 39b6c7a193
[tinyutf8] Fix cmake usage (#36746)
* [tinyutf8] Fix cmake usage

* version
2024-02-14 23:40:19 -08:00

19 lines
426 B
JSON

{
"name": "tinyutf8",
"version": "4.4.3",
"port-version": 1,
"description": "TINYUTF8 is a library for extremely easy integration of Unicode into an arbitrary C++11 project.",
"homepage": "https://github.com/DuffsDevice/tiny-utf8/",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}