removed Release folder from sdl3 libdir path and updated the vs project version to 2026

This commit is contained in:
2026-03-03 11:36:53 +01:00
parent a50ede07e7
commit f74d0eebc2
4 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ project "SakuraVNE"
libdirs{
"build/bin/" .. outputdir .. "/ImGui",
"build/bin/" .. outputdir .. "/ImGuiNodeEditor",
"build/bin/" .. outputdir .. "/Release/SDL3",
"build/bin/" .. outputdir .. "/SDL3",
"build/bin/" .. outputdir .. "/spdlog"
}