vcpkg/ports/liblo/vcpkg.json
Rossmaxx 34771b62f3
[liblo] Update to 0.32 (#36836)
Starting from version 0.32, liblo has added support for importing cmake
targets, which make cmake integration easier to implement in other cmake
projects using liblo.
2024-03-11 16:41:21 -07:00

17 lines
348 B
JSON

{
"name": "liblo",
"version": "0.32",
"description": "liblo is an implementation of the Open Sound Control protocol for POSIX systems",
"homepage": "https://github.com/radarsat1/liblo",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}