From: James Turner Date: Tue, 4 Oct 2011 16:53:53 +0000 (+0100) Subject: Fix decode_bin linkage with GNU ld. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ffc84fb866d82b14781ff404960b5e93785c966;p=simgear.git Fix decode_bin linkage with GNU ld. --- diff --git a/simgear/io/CMakeLists.txt b/simgear/io/CMakeLists.txt index ac2b7781..01560b39 100644 --- a/simgear/io/CMakeLists.txt +++ b/simgear/io/CMakeLists.txt @@ -60,7 +60,7 @@ target_link_libraries(httpget add_executable(decode_binobj decode_binobj.cxx) target_link_libraries(decode_binobj - sgbucket sgio sgstructure sgthreads sgtiming sgmisc sgdebug + sgio sgbucket sgstructure sgthreads sgtiming sgmisc sgdebug ${CMAKE_THREAD_LIBS_INIT} ${WINSOCK_LIBRARY} ${ZLIB_LIBRARY}