mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
fix .clangd on vscode
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Vendored
+1
-1
Submodule extern/aurora updated: b17da31593...37631c3bf3
@@ -7,7 +7,3 @@ add_library(freeverb
|
||||
allpass.cpp
|
||||
revmodel.cpp
|
||||
)
|
||||
|
||||
target_include_directories(freeverb PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user