From e7c7583aaa07461564e836d4bda02e1354991129 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Thu, 5 Oct 2023 15:39:21 +0200 Subject: [PATCH] .clangd: Add -Ikafel/include for kafel --- .clangd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clangd b/.clangd index dad3d09..b616835 100644 --- a/.clangd +++ b/.clangd @@ -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]