debug and problems
This commit is contained in:
14
lua/plugins/config/cmake.lua
Normal file
14
lua/plugins/config/cmake.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
require("cmake-tools").setup({
|
||||
cmake_build_directory = "build",
|
||||
cmake_generate_options = { "-DCMAKE_EXPORT_COMPILE_COMMANDS=1" },
|
||||
cmake_build_options = {},
|
||||
cmake_soft_link_compile_commands = true,
|
||||
cmake_compile_commands_from_lsp = false,
|
||||
cmake_dap_configuration = {
|
||||
name = "cpp",
|
||||
type = "codelldb",
|
||||
request = "launch",
|
||||
stopOnEntry = false,
|
||||
runInTerminal = false,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user