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