diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec7975b87..599f7c831 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -260,6 +260,11 @@ if (UNIX) | |||
| 260 | add_definitions(-DYUZU_UNIX=1) | 260 | add_definitions(-DYUZU_UNIX=1) |
| 261 | endif() | 261 | endif() |
| 262 | 262 | ||
| 263 | if (ARCHITECTURE_arm64 AND (ANDROID OR ${CMAKE_SYSTEM_NAME} STREQUAL "Linux")) | ||
| 264 | set(HAS_NCE 1) | ||
| 265 | add_definitions(-DHAS_NCE=1) | ||
| 266 | endif() | ||
| 267 | |||
| 263 | # Configure C++ standard | 268 | # Configure C++ standard |
| 264 | # =========================== | 269 | # =========================== |
| 265 | 270 | ||