fix unresolved links for windows

This commit is contained in:
Akhil Jose 2021-05-12 21:20:31 +05:30
parent 0c3fd029e2
commit 28448c0388

View File

@ -1,8 +1,4 @@
workspace "glfw" project "glfw3"
configurations { "Release", "Debug"}
architecture "x86_64"
project "glfw"
kind "StaticLib" kind "StaticLib"
language "C" language "C"
@ -27,6 +23,9 @@ filter "system:Windows"
files { files {
"src/win32_**.c", "src/win32_**.c",
"src/win32_**.h", "src/win32_**.h",
"src/wgl_context.**" "src/wgl_**",
"src/egl_**",
"src/osmesa_**",
"src/vulkan.**"
} }
defines {"_GLFW_WIN32"} defines {"_GLFW_WIN32"}