mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 20:22:15 +00:00
fix unresolved links for windows
This commit is contained in:
parent
0c3fd029e2
commit
28448c0388
11
premake5.lua
11
premake5.lua
@ -1,8 +1,4 @@
|
||||
workspace "glfw"
|
||||
configurations { "Release", "Debug"}
|
||||
architecture "x86_64"
|
||||
|
||||
project "glfw"
|
||||
project "glfw3"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
@ -27,6 +23,9 @@ filter "system:Windows"
|
||||
files {
|
||||
"src/win32_**.c",
|
||||
"src/win32_**.h",
|
||||
"src/wgl_context.**"
|
||||
"src/wgl_**",
|
||||
"src/egl_**",
|
||||
"src/osmesa_**",
|
||||
"src/vulkan.**"
|
||||
}
|
||||
defines {"_GLFW_WIN32"}
|
Loading…
Reference in New Issue
Block a user