X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FCMakeLists.txt;h=01560b39a01e431be9e8970feb8ca87cc1ad1bd2;hb=086a30e61aa153008bd403c79cd1bff3ad594179;hp=e85d9659c7e0f0d3865fb5d940b899e823a8e97a;hpb=3a210d6fa69a9bdaf29715f1cef720930183ce65;p=simgear.git diff --git a/simgear/io/CMakeLists.txt b/simgear/io/CMakeLists.txt index e85d9659..01560b39 100644 --- a/simgear/io/CMakeLists.txt +++ b/simgear/io/CMakeLists.txt @@ -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 + sgio sgbucket sgstructure sgthreads sgtiming sgmisc sgdebug + ${CMAKE_THREAD_LIBS_INIT} + ${WINSOCK_LIBRARY} + ${ZLIB_LIBRARY} + ${RT_LIBRARY}) + \ No newline at end of file