mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 04:48:59 +02:00
fx builds
This commit is contained in:
parent
be813772e5
commit
0b2a0e2f63
3 changed files with 5 additions and 5 deletions
|
|
@ -84,7 +84,7 @@ target_link_libraries(qt_common PRIVATE core Qt6::Core Qt6::Concurrent SimpleIni
|
|||
target_link_libraries(qt_common PUBLIC frozen::frozen-headers)
|
||||
target_link_libraries(qt_common PRIVATE gamemode::headers frontend_common)
|
||||
|
||||
if (NOT APPLE AND ENABLE_OPENGL)
|
||||
if (ENABLE_OPENGL)
|
||||
target_compile_definitions(qt_common PUBLIC HAS_OPENGL)
|
||||
endif()
|
||||
if (ENABLE_VULKAN)
|
||||
|
|
|
|||
|
|
@ -380,11 +380,11 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT APPLE AND ENABLE_OPENGL)
|
||||
target_compile_definitions(qt_common PUBLIC HAS_OPENGL)
|
||||
if (ENABLE_OPENGL)
|
||||
target_compile_definitions(video_core PUBLIC HAS_OPENGL)
|
||||
endif()
|
||||
if (ENABLE_VULKAN)
|
||||
target_compile_definitions(qt_common PUBLIC HAS_VULKAN)
|
||||
target_compile_definitions(video_core PUBLIC HAS_VULKAN)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue