mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
GLWF primake fix
This commit is contained in:
parent
bebd7a0601
commit
66c769f5c4
21
premake5.lua
21
premake5.lua
@ -9,13 +9,7 @@ project "GLFW"
|
|||||||
{
|
{
|
||||||
"include/GLFW/glfw3.h",
|
"include/GLFW/glfw3.h",
|
||||||
"include/GLFW/glfw3native.h",
|
"include/GLFW/glfw3native.h",
|
||||||
"src/glfw_config.h",
|
"src/*.c",
|
||||||
"src/context.c",
|
|
||||||
"src/init.c",
|
|
||||||
"src/input.c",
|
|
||||||
"src/monitor.c",
|
|
||||||
"src/vulkan.c",
|
|
||||||
"src/window.c"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
filter "system:windows"
|
filter "system:windows"
|
||||||
@ -23,18 +17,7 @@ project "GLFW"
|
|||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
staticruntime "On"
|
staticruntime "On"
|
||||||
|
|
||||||
files
|
|
||||||
{
|
|
||||||
"src/win32_init.c",
|
|
||||||
"src/win32_joystick.c",
|
|
||||||
"src/win32_monitor.c",
|
|
||||||
"src/win32_time.c",
|
|
||||||
"src/win32_thread.c",
|
|
||||||
"src/win32_window.c",
|
|
||||||
"src/wgl_context.c",
|
|
||||||
"src/egl_context.c",
|
|
||||||
"src/osmesa_context.c"
|
|
||||||
}
|
|
||||||
|
|
||||||
defines
|
defines
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user