fix .clangd on vscode

This commit is contained in:
madeline
2026-04-04 22:22:18 -07:00
parent 8fd43b2cbf
commit a9a71331d6
5 changed files with 15 additions and 6 deletions
+1
View File
@@ -106,6 +106,7 @@ target_include_directories(game_debug PUBLIC
src
assets/${DUSK_TP_VERSION}
libs/JSystem/include
libs
extern/aurora/include/dolphin
extern
${CMAKE_SOURCE_DIR}/build/${DUSK_TP_VERSION}/include
+12
View File
@@ -0,0 +1,12 @@
--std=c++20
-DTARGET_PC
-DAVOID_UB=1
-DVERSION=0
-Iinclude
-Isrc
-Ilibs/JSystem/include
-Ilibs
-Iextern/aurora/include/dolphin
-Iextern/aurora/include
-Iextern
-Ibuild/GZ2E01/include
+1 -1
-4
View File
@@ -7,7 +7,3 @@ add_library(freeverb
allpass.cpp
revmodel.cpp
)
target_include_directories(freeverb PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)
+1 -1
View File
@@ -8,7 +8,7 @@
#include "SDL3/SDL_audio.h"
#include <span>
#include "revmodel.hpp"
#include "freeverb/revmodel.hpp"
// ReSharper disable once CppUnusedIncludeDirective
#include "global.h"