1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-12-22 22:00:00 +00:00

audio: only use #pragma comment(lib, "xxx.lib") on MSVC

This commit is contained in:
Anonymous Maarten 2020-12-06 19:10:37 +01:00 committed by shfil
parent 2f48d0c828
commit 9707eeb8cb

View file

@ -33,6 +33,7 @@ target_compile_definitions(re3
PRIVATE PRIVATE
$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG> $<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>
LIBRW LIBRW
RE3_NO_AUTOLINK
) )
if(RE3_AUDIO STREQUAL "OAL") if(RE3_AUDIO STREQUAL "OAL")