mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
Added premake file
This commit is contained in:
parent
dc557ecf38
commit
f1aa417fd4
11
premake5.lua
Normal file
11
premake5.lua
Normal file
@ -0,0 +1,11 @@
|
||||
project "GLFW"
|
||||
kind "StaticLib"
|
||||
language "C++"
|
||||
|
||||
targetdir("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||
|
||||
files
|
||||
{
|
||||
"src/mappings.h.in"
|
||||
}
|
Loading…
Reference in New Issue
Block a user