Compare commits
No commits in common. "no-x11" and "main" have entirely different histories.
|
@ -54,6 +54,7 @@ elseif (UNIX)
|
||||||
pthread # For threading (similar to kernel32)
|
pthread # For threading (similar to kernel32)
|
||||||
dl # For dynamic library loading (similar to LoadLibrary)
|
dl # For dynamic library loading (similar to LoadLibrary)
|
||||||
m # For math library (optional but common on Linux)
|
m # For math library (optional but common on Linux)
|
||||||
|
X11 # For X Window System (similar to user32 for GUI support)
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue