aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblo/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/liblo/vcpkg.json')
-rw-r--r--vcpkg/ports/liblo/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/liblo/vcpkg.json b/vcpkg/ports/liblo/vcpkg.json
new file mode 100644
index 0000000..478b655
--- /dev/null
+++ b/vcpkg/ports/liblo/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "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
+ }
+ ]
+}