aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spimpl/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/spimpl/vcpkg.json')
-rw-r--r--vcpkg/ports/spimpl/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/spimpl/vcpkg.json b/vcpkg/ports/spimpl/vcpkg.json
new file mode 100644
index 0000000..d3d694b
--- /dev/null
+++ b/vcpkg/ports/spimpl/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "spimpl",
+ "version-date": "2025-01-23",
+ "description": "A single-header C++ library for PIMPLs without having to implement any special member functions.",
+ "homepage": "https://github.com/oliora/samples",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}