mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-22 22:12:06 -06:00
Port changes from Early Access
This commit is contained in:
7
externals/CMakeLists.txt
vendored
7
externals/CMakeLists.txt
vendored
@@ -314,3 +314,10 @@ endif()
|
||||
if (NOT TARGET SimpleIni::SimpleIni)
|
||||
add_subdirectory(simpleini)
|
||||
endif()
|
||||
|
||||
# sse2neon
|
||||
if (ARCHITECTURE_arm64 AND NOT TARGET sse2neon)
|
||||
add_library(sse2neon INTERFACE)
|
||||
target_include_directories(sse2neon INTERFACE sse2neon)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user