aboutsummaryrefslogtreecommitdiff
path: root/lua/cmake/constants.lua
diff options
context:
space:
mode:
authorDaniil Rozanov <daniilrozzanov@gmail.com>2024-04-26 00:50:04 +0300
committerDaniil Rozanov <daniilrozzanov@gmail.com>2024-04-26 00:50:04 +0300
commit8d05fcaaeb1442c709f148ff934d92900743f051 (patch)
treea766cc97461968da16baba157acc636388924983 /lua/cmake/constants.lua
parent2470bad1151fc49941c3821f187c6c232c0cec78 (diff)
feat: command to edit variants
If there is no cmake-variants.yaml file in current directory, command creates it with default variants
Diffstat (limited to 'lua/cmake/constants.lua')
-rw-r--r--lua/cmake/constants.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/cmake/constants.lua b/lua/cmake/constants.lua
new file mode 100644
index 0000000..fcbfea3
--- /dev/null
+++ b/lua/cmake/constants.lua
@@ -0,0 +1,3 @@
+return {
+ variants_yaml_filename = "cmake-variants.yaml",
+}