aboutsummaryrefslogtreecommitdiff
path: root/lua/cmake/config.lua
diff options
context:
space:
mode:
authorDaniil Rozanov <daniilrozzanov@gmail.com>2024-05-04 02:44:33 +0300
committerDaniil Rozanov <daniilrozzanov@gmail.com>2024-05-04 02:44:33 +0300
commit35c67f125c986a9ab5c06aaf1df654160a6f3eec (patch)
tree56dfe8dba6f5a7e313542c8919fcc9d324c2ffee /lua/cmake/config.lua
parent07e0cc5a5383220b199d78390f1b110480c72434 (diff)
feat: auto scroll terminal output
Diffstat (limited to 'lua/cmake/config.lua')
-rw-r--r--lua/cmake/config.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/cmake/config.lua b/lua/cmake/config.lua
index 55ba38b..6ac5856 100644
--- a/lua/cmake/config.lua
+++ b/lua/cmake/config.lua
@@ -16,7 +16,8 @@
---@field parallel_jobs? number By specifying a number, you can define how many jobs are run in parallel during the build
---@field build_directory string Build directory template
---@field environment {[string]:string} Environment for all `cmake` commands
----@field build_environment {[string]:string} Environment for all `cmake --build` commands
+---@field configure_environment {[string]:string} Environment for all `cmake -B ...` commands
+---@field build_environment {[string]:string} Environment for all `cmake --build ...` commands
---@class CMakeVariant
---@field default string Default choice