new unified build directory
This commit is contained in:
Submodule libs/imgui updated: eecdb419d5...ffe409d7fb
@@ -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,7 +75,7 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user