Commit 906a437
committed
Update Linux CMake for GLFW 3.4 new source files
Adds new GLFW 3.4 source files to the Linux build configuration:
- platform.c: Runtime platform selection infrastructure
- posix_thread.c, posix_module.c, posix_poll.c: POSIX API abstractions
- null_*.c: Null backend for headless/testing scenarios
- osmesa_context.c: Off-screen Mesa rendering support
These files are required for GLFW 3.4's modular architecture and
enhanced platform support.1 parent efe5147 commit 906a437
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments