We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946310a commit 5a82d13Copy full SHA for 5a82d13
external/sokol/CMakeLists.txt
@@ -34,6 +34,7 @@ else ()
34
add_library(sokol STATIC sokol.c ${SOKOL_HEADERS})
35
if (CMAKE_SYSTEM_NAME STREQUAL Linux)
36
target_link_libraries(sokol INTERFACE X11 Xi Xcursor GL dl m)
37
+ find_package(Threads)
38
target_link_libraries(sokol PUBLIC Threads::Threads)
39
endif ()
40
0 commit comments