]> git.mxchange.org Git - simgear.git/commitdiff
Build decode_bin helper under CMake.
authorJames Turner <zakalawe@mac.com>
Tue, 4 Oct 2011 14:06:12 +0000 (15:06 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 4 Oct 2011 14:06:12 +0000 (15:06 +0100)
simgear/io/CMakeLists.txt

index e85d9659c7e0f0d3865fb5d940b899e823a8e97a..ac2b7781e0b02c86c548c87f00036cc04ed1a287 100644 (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})
+        
\ No newline at end of file