diff options
Diffstat (limited to 'lua/cmake-explorer/config.lua')
-rw-r--r-- | lua/cmake-explorer/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/cmake-explorer/config.lua b/lua/cmake-explorer/config.lua index b44c7cd..21788ce 100644 --- a/lua/cmake-explorer/config.lua +++ b/lua/cmake-explorer/config.lua @@ -1,7 +1,7 @@ local default_config = { cmake_cmd = "cmake", build_dir_template = { "build", "${buildType}", sep = "-", case = nil }, - build_dir = ".", + build_dir = "", build_types = { "Debug", "Release" }, options = {}, } |