]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added config for cmake (#119)
authorjopejoe1 <34899572+jopejoe1@users.noreply.github.com>
Wed, 29 Jun 2022 08:30:33 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 08:30:33 +0000 (10:30 +0200)
* Add cmake

* Fixed typo

programs/cmake.json [new file with mode: 0644]

diff --git a/programs/cmake.json b/programs/cmake.json
new file mode 100644 (file)
index 0000000..970f47f
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "files": [
+        {
+            "path": "$HOME/.cmake",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://gitlab.kitware.com/cmake/cmake/-/issues/22480\n"
+        }
+    ],
+    "name": "cmake"
+}