From 4c022cdde175ee61fb6113c36595c513c1e6434c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Wed, 25 Feb 2026 11:29:39 +0100 Subject: [PATCH] new unified build directory --- libs/imgui | 2 +- premake5.lua | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libs/imgui b/libs/imgui index eecdb41..ffe409d 160000 --- a/libs/imgui +++ b/libs/imgui @@ -1 +1 @@ -Subproject commit eecdb419d57447ea5ee2eda81b55022321e1aa11 +Subproject commit ffe409d7fba4bf8b09246d8bf9b66555d82436c8 diff --git a/premake5.lua b/premake5.lua index 106554a..8c38d02 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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"