1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-05-18 23:03:22 -04:00

Added posix poll for unix

This commit is contained in:
Gordon McCann 2022-06-16 21:03:40 -04:00 committed by GitHub
parent 31670c954a
commit facec25e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ project "GLFW"
"src/posix_time.c",
"src/posix_thread.c",
"src/posix_module.c",
"src/posix_poll.c",
"src/glx_context.c",
"src/egl_context.c",
"src/osmesa_context.c",
@ -62,6 +63,7 @@ project "GLFW"
"src/cocoa_time.c",
"src/posix_thread.c",
"src/posix_module.c",
"src/posix_poll.c",
"src/nsgl_context.m",
"src/egl_context.c",
"src/osmesa_context.c"