Build decode_bin helper under CMake.

This commit is contained in:
James Turner
2011-10-04 15:06:12 +01:00
parent 92976b7735
commit 5871b54172

View File

@@ -57,3 +57,12 @@ target_link_libraries(httpget
${CMAKE_THREAD_LIBS_INIT}
${WINSOCK_LIBRARY}
${RT_LIBRARY})
add_executable(decode_binobj decode_binobj.cxx)
target_link_libraries(decode_binobj
sgbucket sgio sgstructure sgthreads sgtiming sgmisc sgdebug
${CMAKE_THREAD_LIBS_INIT}
${WINSOCK_LIBRARY}
${ZLIB_LIBRARY}
${RT_LIBRARY})