Add support for generating compile_commands.json
- Integrate premake-ecc module for generating compile_commands.json - Add .clangd config pointing to build/ directory - Add 'Generate compile_commands.json' task - Run compile_commands generation automatically on build
This commit is contained in:
4
build/ecc/_manifest.lua
Normal file
4
build/ecc/_manifest.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
"_preload.lua",
|
||||
"ecc.lua"
|
||||
}
|
||||
Reference in New Issue
Block a user