]> git.mxchange.org Git - simgear.git/commitdiff
Fix tests linkage when building static libs.
authorJames Turner <zakalawe@mac.com>
Tue, 21 Aug 2012 21:55:04 +0000 (22:55 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 21 Aug 2012 21:55:04 +0000 (22:55 +0100)
simgear/sound/CMakeLists.txt

index 18141118570f82a49e526a20e7efc3db50f83331..6161b33b965a88fc58b8b622cf6f3b9db3f03f1d 100644 (file)
@@ -29,7 +29,8 @@ else()
         sgsound sgio sgmath sgstructure sgthreads sgtiming sgmisc sgdebug
         ${CMAKE_THREAD_LIBS_INIT}
         ${RT_LIBRARY}
-        ${OPENAL_LIBRARY})
+        ${OPENAL_LIBRARY}
+        ${ZLIB_LIBRARY})
 endif()
 
 function(create_test TEST_NAME)