mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-09 23:57:59 +00:00
Guard
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
f6fb07b9aa
commit
fe12485ca3
|
|
@ -187,10 +187,10 @@ if(MSVC)
|
|||
|
||||
# Add this to ensure Cubeb uses the same runtime
|
||||
add_compile_options(
|
||||
$<$<CONFIG:Debug>:/${libflag}d>
|
||||
$<$<CONFIG:Release>:/${libflag}>
|
||||
$<$<CONFIG:RelWithDebInfo>:/${libflag}>
|
||||
$<$<CONFIG:MinSizeRel>:/${libflag}>
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:$<$<CONFIG:Debug>:/${libflag}d>>
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:$<$<CONFIG:Release>:/${libflag}>>
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:$<$<CONFIG:RelWithDebInfo>:/${libflag}>>
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:$<$<CONFIG:MinSizeRel>:/${libflag}>>
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue