mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
wayland: Build with -pthread
This commit is contained in:
+1
-1
@@ -299,7 +299,7 @@ if (_GLFW_WAYLAND)
|
|||||||
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} wayland")
|
set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} wayland")
|
||||||
|
|
||||||
list(APPEND glfw_INCLUDE_DIRS ${WAYLAND_INCLUDE_DIR})
|
list(APPEND glfw_INCLUDE_DIRS ${WAYLAND_INCLUDE_DIR})
|
||||||
list(APPEND glfw_LIBRARIES ${WAYLAND_LIBRARIES})
|
list(APPEND glfw_LIBRARIES ${WAYLAND_LIBRARIES} -pthread)
|
||||||
|
|
||||||
find_library(MATH_LIBRARY m)
|
find_library(MATH_LIBRARY m)
|
||||||
mark_as_advanced(MATH_LIBRARY)
|
mark_as_advanced(MATH_LIBRARY)
|
||||||
|
|||||||
Reference in New Issue
Block a user