Enabled imgui viewports

This commit is contained in:
Antoine Pilote
2023-09-25 17:28:43 -04:00
parent d843d54388
commit 96bed6351e
7 changed files with 66 additions and 24 deletions

View File

@@ -176,9 +176,19 @@ project "NuakeRuntime"
"WIN32_LEAN_AND_MEAN"
}
entrypoint "WinMainCRTStartup"
flags { "WinMain" }
buildoptions { "-mwindows"}
filter "configurations:Dist"
kind "WindowedApp"
runtime "Release"
optimize "on"
entrypoint "WinMainCRTStartup"
flags { "WinMain" }
defines
{
"NK_DIST"
}
-- copy a file from the objects directory to the target directory
postbuildcommands {
--"{COPY} "Nuake/dependencies/GLFW/lib-vc2019/glfw3.dll" " .. "./bin/" .. outputdir .. "/%{prj.name}/glfw3.dll"
@@ -267,7 +277,6 @@ project "Editor"
"WIN32_LEAN_AND_MEAN"
}
entrypoint "WinMainCRTStartup"
flags { "WinMain" }
-- copy a file from the objects directory to the target directory
postbuildcommands {