mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 08:14:57 +00:00
11 lines
241 B
Lua
11 lines
241 B
Lua
project "GLFW"
|
|
kind "StaticLib"
|
|
language "C++"
|
|
|
|
targetdir("bin/" .. outputdir .. "/%{prj.name}")
|
|
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
|
|
|
files
|
|
{
|
|
"src/mappings.h.in"
|
|
} |