]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/CMakeLists.txt
Add default constructor to simgear::Dir
[simgear.git] / simgear / io / CMakeLists.txt
index e85d9659c7e0f0d3865fb5d940b899e823a8e97a..01560b39a01e431be9e8970feb8ca87cc1ad1bd2 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
+    sgio sgbucket sgstructure sgthreads sgtiming sgmisc sgdebug
+    ${CMAKE_THREAD_LIBS_INIT}
+    ${WINSOCK_LIBRARY}
+    ${ZLIB_LIBRARY}
+    ${RT_LIBRARY})
+        
\ No newline at end of file