aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/foonathan-memory/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/foonathan-memory/vcpkg.json')
-rw-r--r--vcpkg/ports/foonathan-memory/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/foonathan-memory/vcpkg.json b/vcpkg/ports/foonathan-memory/vcpkg.json
new file mode 100644
index 0000000..fe9547f
--- /dev/null
+++ b/vcpkg/ports/foonathan-memory/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "foonathan-memory",
+ "version": "0.7.4",
+ "description": "STL compatible C++ memory allocator library",
+ "homepage": "https://foonathan.net/doc/memory/",
+ "license": "Zlib",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "default-features": [
+ "tool"
+ ],
+ "features": {
+ "tool": {
+ "description": "Build foonathan memory tool"
+ }
+ }
+}