aboutsummaryrefslogtreecommitdiff
path: root/lua/cmake/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/cmake/config.lua')
-rw-r--r--lua/cmake/config.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/cmake/config.lua b/lua/cmake/config.lua
index 5a4cb75..49dbc50 100644
--- a/lua/cmake/config.lua
+++ b/lua/cmake/config.lua
@@ -1,6 +1,8 @@
local default_config = {
cmake = {
cmake_path = "cmake",
+ ctest_path = "ctest",
+ cpack_path = "cpack",
environment = {},
configure_environment = {},
build_directory = "${workspaceFolder}/build-${buildType}",
@@ -21,9 +23,10 @@ local default_config = {
},
},
parallel_jobs = 0,
- save_before_build = true,
source_directory = "${workspaceFolder}",
},
+ save_before_build = true,
+ generate_after_save = true,
terminal = {
direction = "vertical",
display_name = "CMake",