Fix tests linkage when building static libs.
This commit is contained in:
parent
473249d605
commit
27ade6c420
@ -29,7 +29,8 @@ else()
|
|||||||
sgsound sgio sgmath sgstructure sgthreads sgtiming sgmisc sgdebug
|
sgsound sgio sgmath sgstructure sgthreads sgtiming sgmisc sgdebug
|
||||||
${CMAKE_THREAD_LIBS_INIT}
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
${RT_LIBRARY}
|
${RT_LIBRARY}
|
||||||
${OPENAL_LIBRARY})
|
${OPENAL_LIBRARY}
|
||||||
|
${ZLIB_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
function(create_test TEST_NAME)
|
function(create_test TEST_NAME)
|
||||||
|
Loading…
Reference in New Issue
Block a user