updated TSE to be able to use SDL3
This commit is contained in:
6
.vscode/c_cpp_properties.json
vendored
6
.vscode/c_cpp_properties.json
vendored
@@ -12,8 +12,10 @@
|
||||
"${workspaceFolder}/TSE/TSE_Math/src",
|
||||
"${workspaceFolder}/TSE/TSE_GlfwImpl/include",
|
||||
"${workspaceFolder}/TSE/TSE_GlfwImpl/src",
|
||||
"${workspaceFolder}/TSE/TSE_GlfwOpenGlImpl/include",
|
||||
"${workspaceFolder}/TSE/TSE_GlfwOpenGlImpl/src",
|
||||
"${workspaceFolder}/TSE/TSE_OpenGlImpl/include",
|
||||
"${workspaceFolder}/TSE/TSE_OpenGlImpl/src",
|
||||
"${workspaceFolder}/TSE/TSE_Sdl3Impl/include",
|
||||
"${workspaceFolder}/TSE/TSE_Sdl3Impl/src",
|
||||
"${workspaceFolder}/TSE/TSE_Editor/src"
|
||||
],
|
||||
"defines": [],
|
||||
|
||||
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -33,7 +33,8 @@
|
||||
"-DCMAKE_C_COMPILER=clang",
|
||||
"-DCMAKE_CXX_COMPILER=clang++",
|
||||
"-DCMAKE_LINKER=lld-link",
|
||||
"-DCMAKE_BUILD_TYPE=Debug"
|
||||
"-DCMAKE_BUILD_TYPE=Debug",
|
||||
"-DUSE_SDL3=ON"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
@@ -55,7 +56,8 @@
|
||||
"-DCMAKE_C_COMPILER=clang",
|
||||
"-DCMAKE_CXX_COMPILER=clang++",
|
||||
"-DCMAKE_LINKER=lld-link",
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DUSE_SDL3=ON"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
|
||||
Reference in New Issue
Block a user