sgstream_test needs linking with zlib

This commit is contained in:
Thomas Geymayer 2013-02-26 12:53:56 +01:00
parent 50de873453
commit cfdc7db79a

View File

@ -36,7 +36,9 @@ if(ENABLE_TESTS)
if (SIMGEAR_SHARED)
set(TEST_LIBS SimGearCore)
else()
set(TEST_LIBS SimGearCore ${CMAKE_THREAD_LIBS_INIT})
set(TEST_LIBS SimGearCore
${CMAKE_THREAD_LIBS_INIT}
${ZLIB_LIBRARY})
endif()
add_executable(test_tabbed_values tabbed_values_test.cxx)