mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 07:20:56 +00:00
cpufeatures is not required here
This commit is contained in:
parent
4a01bbedaa
commit
aa7057aca9
@ -164,13 +164,6 @@ if(NOT (TARGET_PLATFORM_ANDROID OR TARGET_PLATFORM_IOS))
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(TARGET_PLATFORM_ANDROID)
|
||||
if(NOT TARGET cpufeatures)
|
||||
add_library(cpufeatures STATIC ${ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c)
|
||||
endif()
|
||||
list(APPEND PROJECT_LIBS cpufeatures)
|
||||
endif()
|
||||
|
||||
add_library(gsh_opengl STATIC
|
||||
../Source/gs/GSH_OpenGL/GSH_OpenGL.cpp
|
||||
../Source/gs/GSH_OpenGL/GSH_OpenGL.h
|
||||
|
Loading…
Reference in New Issue
Block a user