Added premake file

This commit is contained in:
MasterDevelepor 2024-03-09 16:13:54 -05:00 committed by GitHub
parent dc557ecf38
commit f1aa417fd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
premake5.lua Normal file
View 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"
}