From b2605de8e0976386fe2cf4daa7627e1e5d5fe52e Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 23 Aug 2025 15:07:10 -0700 Subject: [PATCH] add include directory to compile_commands.json --- compile_commands.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_commands.json b/compile_commands.json index 1a40812..b12c470 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -5,6 +5,7 @@ "-c", "-Wall", "-g", + "-Iinclude", "-o", "audio_capture", "audio_capture.c"