feat: adding the clangd file for ex00

This commit is contained in:
Raphael 2024-10-25 12:56:38 +02:00
parent 63d757a168
commit 8a95c7d3cb

8
cpp00/ex00/.clangd Normal file
View file

@ -0,0 +1,8 @@
CompileFlags:
Compiler: clang
Add:
- "-xc++"
- "-I/usr/local/include"
- "-I/nix/store/pzmpyb9hxfv60vh0l67avr94h71nip1b-llvm-16.0.6-dev/include"
- "-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
- "-I/Users/raphael/Documents/42_cursus/circle4/cpp/cpp00/ex00"