]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/CMakeLists.txt
Add default constructor to simgear::Dir
[simgear.git] / simgear / io / CMakeLists.txt
index ac2b7781e0b02c86c548c87f00036cc04ed1a287..01560b39a01e431be9e8970feb8ca87cc1ad1bd2 100644 (file)
@@ -60,7 +60,7 @@ target_link_libraries(httpget
 
 add_executable(decode_binobj decode_binobj.cxx)
 target_link_libraries(decode_binobj
-    sgbucket sgio sgstructure sgthreads sgtiming sgmisc sgdebug
+    sgio sgbucket sgstructure sgthreads sgtiming sgmisc sgdebug
     ${CMAKE_THREAD_LIBS_INIT}
     ${WINSOCK_LIBRARY}
     ${ZLIB_LIBRARY}