Skip to content

Commit

Permalink
Update premake5.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
toma222 authored Dec 15, 2024
1 parent f85fe0a commit 3345f3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ project "ImGui"
language "C++"
staticruntime "off"

targetdir ("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}")
objdir ("%{wks.location}/bin-int/" .. outputdir .. "/%{prj.name}")

files
{
"*.cpp",
Expand All @@ -15,7 +12,6 @@ project "ImGui"
-- "backends/imgui_impl_vulkan.cpp",
"backends/imgui_impl_opengl3.cpp"
"backends/imgui_impl_glfw.cpp",
"%{IncludeDir.VulkanSDK}",
}

includedirs
Expand Down

0 comments on commit 3345f3a

Please sign in to comment.