new unified build directory

This commit is contained in:
2026-02-25 11:29:39 +01:00
parent 9821d087bb
commit 4c022cdde1
2 changed files with 5 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ workspace "SakuraVNE"
IncludeDir = {} IncludeDir = {}
IncludeDir["ImGui"] = "/libs/imgui" IncludeDir["ImGui"] = "/libs/imgui"
IncludeDir["ImGuiNodeEditor"] = "/libs/imgui-node-editor"
include "libs/imgui" include "libs/imgui"
@@ -41,7 +42,7 @@ project "SakuraVNE" --project under solution
} }
libdirs{ libdirs{
"libs/imgui/bin/" .. outputdir .. "/ImGui" "build/bin/" .. outputdir .. "/ImGui"
} }
links{ --reference links{ --reference
"ImGui" "ImGui"
@@ -74,7 +75,7 @@ project "SakuraVNE" --project under solution
} }
postbuildcommands{ postbuildcommands{
("{COPY} ../libs/sdl/windows/lib/x64/SDL2.dll ../bin/" .. outputdir .. "/SakuraVNE") ("{COPY} libs/sdl/windows/lib/x64/SDL2.dll %{cfg.buildtarget.directory}")
} }
filter "system:linux" filter "system:linux"