Skip to content

Commit

Permalink
.clangd: Add -Ikafel/include for kafel
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Oct 5, 2023
1 parent 0c9f755 commit e7c7583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CompileFlags:
Add: [-std=c++17, -I/usr/include/libnl3, -fno-exceptions, -Wno-unused, -Wno-unused-parameter]
Add: [-std=c++17, -Ikafel/include, -I/usr/include/libnl3, -fno-exceptions, -Wno-unused, -Wno-unused-parameter]

0 comments on commit e7c7583

Please sign in to comment.