From: jopejoe1 <34899572+jopejoe1@users.noreply.github.com> Date: Wed, 29 Jun 2022 08:30:33 +0000 (+0200) Subject: Added config for cmake (#119) X-Git-Tag: v0.2.0.2~190 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/f02689804934687a6f08714dcf2d17f8361a707e?ds=sidebyside Added config for cmake (#119) * Add cmake * Fixed typo --- diff --git a/programs/cmake.json b/programs/cmake.json new file mode 100644 index 0000000..970f47f --- /dev/null +++ b/programs/cmake.json @@ -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" +}