vcpkg/ports/glibmm/vcpkg.json
2022-01-05 18:42:21 -08:00

22 lines
408 B
JSON

{
"name": "glibmm",
"version": "2.68.1",
"port-version": 2,
"description": "This is glibmm, a C++ API for parts of glib that are useful for C++.",
"homepage": "https://www.gtkmm.org.",
"supports": "!uwp",
"dependencies": [
"gettext",
"glib",
"libffi",
"libiconv",
"libsigcpp-3",
"pcre",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zlib"
]
}