aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ecm/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ecm/vcpkg.json')
-rw-r--r--vcpkg/ports/ecm/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/ecm/vcpkg.json b/vcpkg/ports/ecm/vcpkg.json
new file mode 100644
index 0000000..8f18c48
--- /dev/null
+++ b/vcpkg/ports/ecm/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "ecm",
+ "version": "6.7.0",
+ "port-version": 1,
+ "description": "Extra CMake Modules (ECM), extra modules and scripts for CMake",
+ "homepage": "https://github.com/KDE/extra-cmake-modules",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}