mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Enabled imgui viewports
This commit is contained in:
13
premake5.lua
13
premake5.lua
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user