Warzone2100/warzone2100
lib/sound/CMakeLists.txt
:76
check_library_exists(m lrintf "" OP_HAVE_LIBM)
check_library_exists(m lrintf "" OP_HAVE_LIBM)
check_library_exists(m lrintf "" OP_HAVE_LIBM)
target_link_libraries(fwgs_opusfile
PUBLIC
fwgs_ogg
fwgs_opus
$<$<BOOL:${OP_HAVE_LIBM}>:m>
)
target_link_libraries(opusurl
PRIVATE
opusfile
OpenSSL::SSL
$<$<C_COMPILER_ID:MSVC>:ws2_32>
$<$<C_COMPILER_ID:MSVC>:crypt32>
$<$<BOOL:${OP_HAVE_LIBM}>:m>
)