5ef9132b3442d24ec55b2e849298a1493dcc4586
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
Description
Languages
C
82.5%
CMake
17.5%