feat: adding the clangd file for ex00
This commit is contained in:
parent
63d757a168
commit
8a95c7d3cb
1 changed files with 8 additions and 0 deletions
8
cpp00/ex00/.clangd
Normal file
8
cpp00/ex00/.clangd
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue