Update premake5.lua

This commit is contained in:
HARSHIT BARGUJAR 2020-09-01 21:11:02 +05:30 committed by GitHub
parent de8aa7b075
commit 9bc024efc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,10 @@
project "GLFW"
kind "StaticLib"
language "C"
staticruntime "on"
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
files
{
"include/GLFW/glfw3.h",
@ -18,13 +17,12 @@ project "GLFW"
"src/vulkan.c",
"src/window.c"
}
filter "system:linux"
pic "On"
systemversion "latest"
staticruntime "On"
files
{
"src/x11_init.c",
@ -46,6 +44,7 @@ project "GLFW"
filter "system:windows"
systemversion "latest"
staticruntime "On"
files
{