Skip to content

Commit

Permalink
Update premake5.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJJJJJustin authored Apr 1, 2024
1 parent 906d54e commit ee69e94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project "ImGui"
kind "StaticLib"
language "C++"

targetdir ("bin/" .. outpurdir .. "/%{prj.name}")
targetdir ("bin-int/" .. outpurdir .. "/%{prj.name}")
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
targetdir ("bin-int/" .. outputdir .. "/%{prj.name}")

files
{
Expand All @@ -25,4 +25,4 @@ project "ImGui"
staticruntime "On"

filter { "system:windows", "configurations:Release" }
buildoptions "/MT"
buildoptions "/MT"

0 comments on commit ee69e94

Please sign in to comment.