diff --git a/simgear/sound/CMakeLists.txt b/simgear/sound/CMakeLists.txt index 18141118..6161b33b 100644 --- a/simgear/sound/CMakeLists.txt +++ b/simgear/sound/CMakeLists.txt @@ -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)