mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Update premake5.lua
This commit is contained in:
parent
db2e6f00f6
commit
6a0074b416
@ -2,8 +2,8 @@ project "GLFW"
|
|||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
language "C"
|
language "C"
|
||||||
|
|
||||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
targetdir ("bin/" .. outdir .. "/%{prj.name}")
|
||||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
objdir ("bin-int/" .. outdir .. "/%{prj.name}")
|
||||||
|
|
||||||
files
|
files
|
||||||
{
|
{
|
||||||
@ -71,4 +71,4 @@ project "GLFW"
|
|||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
optimize "on"
|
optimize "on"
|
||||||
|
Loading…
Reference in New Issue
Block a user