From 5871b54172ea5d6c97f82c71f8df598e63a96c16 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 4 Oct 2011 15:06:12 +0100 Subject: [PATCH] Build decode_bin helper under CMake. --- simgear/io/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/simgear/io/CMakeLists.txt b/simgear/io/CMakeLists.txt index e85d9659..ac2b7781 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 + sgbucket sgio sgstructure sgthreads sgtiming sgmisc sgdebug + ${CMAKE_THREAD_LIBS_INIT} + ${WINSOCK_LIBRARY} + ${ZLIB_LIBRARY} + ${RT_LIBRARY}) + \ No newline at end of file -- 2.39.5