267 B
267 B
practices
Repository with code from practice sessions
Clangd
First, build the project to generate compile_commands.json:
cmake -B build
Then tell clangd where to find it by adding to .clangd:
CompileFlags:
CompilationDatabase: build