X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FCMakeLists.txt;h=01560b39a01e431be9e8970feb8ca87cc1ad1bd2;hb=086a30e61aa153008bd403c79cd1bff3ad594179;hp=ac2b7781e0b02c86c548c87f00036cc04ed1a287;hpb=5871b54172ea5d6c97f82c71f8df598e63a96c16;p=simgear.git 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}