diff options
Diffstat (limited to 'lua/cmake-explorer/constants.lua')
-rw-r--r-- | lua/cmake-explorer/constants.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/cmake-explorer/constants.lua b/lua/cmake-explorer/constants.lua deleted file mode 100644 index 3a6fb1f..0000000 --- a/lua/cmake-explorer/constants.lua +++ /dev/null @@ -1,7 +0,0 @@ -local Enum = require("overseer.enum") - -local M = {} - -M.TAG = Enum.new({ "CONFIGURE", "BUILD", "INSTALL", "TEST", "PACK" }) - -return M |