aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsigcpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libsigcpp/vcpkg.json')
-rw-r--r--vcpkg/ports/libsigcpp/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libsigcpp/vcpkg.json b/vcpkg/ports/libsigcpp/vcpkg.json
new file mode 100644
index 0000000..21dbc81
--- /dev/null
+++ b/vcpkg/ports/libsigcpp/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "libsigcpp",
+ "version": "3.6.0",
+ "port-version": 2,
+ "description": "Typesafe callback framework for C++",
+ "homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
+ "license": "LGPL-3.0-or-later",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}