Fix decode_bin linkage with GNU ld.

This commit is contained in:
James Turner
2011-10-04 17:53:53 +01:00
parent 5871b54172
commit 7ffc84fb86

View File

@@ -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}