mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-05-22 20:24:14 -05:00
set_compile_definitions -> add_compile_definitions
This commit is contained in:
parent
d65d6d26b8
commit
becab72c13
|
|
@ -116,7 +116,7 @@ option(ENABLE_METAL "Enables the Metal backend" ${ENABLE_METAL_DEFAULT})
|
|||
option(ENABLE_DISCORD_RPC "Enables the Discord Rich Presence feature" ON)
|
||||
|
||||
if (ENABLE_OPENGL)
|
||||
set_compile_definitions(ENABLE_OPENGL)
|
||||
add_compile_definitions(ENABLE_OPENGL)
|
||||
endif()
|
||||
if (ENABLE_VULKAN)
|
||||
add_compile_definitions(ENABLE_VULKAN)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user