mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:49:08 +08:00
34771b62f3
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.
17 lines
348 B
JSON
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
|
|
}
|
|
]
|
|
}
|