We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a673bb6 + 4d1a36d commit 83268eaCopy full SHA for 83268ea
1 file changed
lua/cmake-tools/init.lua
@@ -364,6 +364,10 @@ function cmake.build(opt, callback)
364
vim.list_extend(args, fargs)
365
end
366
367
+ if config.build_type ~= nil then
368
+ vim.list_extend(args, { "--config", config.build_type })
369
+ end
370
+
371
vim.list_extend(args, config:build_options())
372
373
local env = environment.get_build_environment(config)
0 commit comments