mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Apply heinrich5991's fix for #1324
This commit is contained in:
parent
82c72378fe
commit
a95032b633
|
@ -708,7 +708,10 @@ set(GAME_GENERATED_SHARED
|
||||||
set(DEPS ${DEP_JSON} ${DEP_MD5} ${ZLIB_DEP})
|
set(DEPS ${DEP_JSON} ${DEP_MD5} ${ZLIB_DEP})
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
set(LIBS ${CMAKE_THREAD_LIBS_INIT} ${CURL_LIBRARIES} ${CRYPTO_LIBRARIES} ${WEBSOCKETS_LIBRARIES} ${ZLIB_LIBRARIES} ${PLATFORM_LIBS})
|
set(LIBS ${CURL_LIBRARIES} ${CRYPTO_LIBRARIES} ${WEBSOCKETS_LIBRARIES} ${ZLIB_LIBRARIES} ${PLATFORM_LIBS})
|
||||||
|
# Add pthreads (on non-Windows) at the end, so that other libraries can depend
|
||||||
|
# on it.
|
||||||
|
list(APPEND LIBS ${CMAKE_THREAD_LIBS_INIT})
|
||||||
|
|
||||||
# Targets
|
# Targets
|
||||||
add_library(engine-shared EXCLUDE_FROM_ALL OBJECT ${ENGINE_INTERFACE} ${ENGINE_SHARED} ${ENGINE_GENERATED_SHARED} ${BASE})
|
add_library(engine-shared EXCLUDE_FROM_ALL OBJECT ${ENGINE_INTERFACE} ${ENGINE_SHARED} ${ENGINE_GENERATED_SHARED} ${BASE})
|
||||||
|
|
Loading…
Reference in a new issue