aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cereal/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cereal/vcpkg.json')
-rw-r--r--vcpkg/ports/cereal/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cereal/vcpkg.json b/vcpkg/ports/cereal/vcpkg.json
new file mode 100644
index 0000000..aface78
--- /dev/null
+++ b/vcpkg/ports/cereal/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "cereal",
+ "version": "1.3.2",
+ "port-version": 1,
+ "description": "a header-only C++11 serialization library (built in support for binary, XML and JSon)",
+ "homepage": "https://github.com/USCiLab/cereal",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}