mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-06 06:16:32 -05:00
qt: add cpu_backend configuration
This commit is contained in:
@@ -260,6 +260,11 @@ if (UNIX)
|
||||
add_definitions(-DYUZU_UNIX=1)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE_arm64 AND (ANDROID OR ${CMAKE_SYSTEM_NAME} STREQUAL "Linux"))
|
||||
set(HAS_NCE 1)
|
||||
add_definitions(-DHAS_NCE=1)
|
||||
endif()
|
||||
|
||||
# Configure C++ standard
|
||||
# ===========================
|
||||
|
||||
|
Reference in New Issue
Block a user