aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppmicroservices/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cppmicroservices/vcpkg.json')
-rw-r--r--vcpkg/ports/cppmicroservices/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/cppmicroservices/vcpkg.json b/vcpkg/ports/cppmicroservices/vcpkg.json
new file mode 100644
index 0000000..027a9d3
--- /dev/null
+++ b/vcpkg/ports/cppmicroservices/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "cppmicroservices",
+ "version": "3.8.6",
+ "description": "An OSGi-like C++ dynamic module system and service registry",
+ "homepage": "https://github.com/CppMicroServices/CppMicroServices",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "abseil",
+ "boost-asio",
+ "boost-nowide",
+ "gtest",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}