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["ImGui"] = "/libs/imgui"
IncludeDir["ImGuiNodeEditor"] = "/libs/imgui-node-editor"
include "libs/imgui"
@@ -41,7 +42,7 @@ project "SakuraVNE" --project under solution
}
libdirs{
"libs/imgui/bin/" .. outputdir .. "/ImGui"
"build/bin/" .. outputdir .. "/ImGui"
}
links{ --reference
"ImGui"
@@ -74,8 +75,8 @@ project "SakuraVNE" --project under solution
}
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"
system "linux"