mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
cmake: rename cpufeatures target to cpufeatures-webp
this avoids name clashes with other targets of the same name: https://github.com/webmproject/sjpeg/pull/117 Change-Id: I520dff992c71f0e737ac4a7e21f9ae80701d052d
This commit is contained in:
parent
87e36c485a
commit
d992bb08b7
@ -144,11 +144,11 @@ set(CMAKE_C_VISIBILITY_PRESET hidden)
|
|||||||
# Android only.
|
# Android only.
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
include_directories(${ANDROID_NDK}/sources/android/cpufeatures)
|
include_directories(${ANDROID_NDK}/sources/android/cpufeatures)
|
||||||
add_library(cpufeatures STATIC
|
add_library(cpufeatures-webp STATIC
|
||||||
${ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c)
|
${ANDROID_NDK}/sources/android/cpufeatures/cpu-features.c)
|
||||||
list(APPEND INSTALLED_LIBRARIES cpufeatures)
|
list(APPEND INSTALLED_LIBRARIES cpufeatures-webp)
|
||||||
target_link_libraries(cpufeatures dl)
|
target_link_libraries(cpufeatures-webp dl)
|
||||||
set(WEBP_DEP_LIBRARIES ${WEBP_DEP_LIBRARIES} cpufeatures)
|
set(WEBP_DEP_LIBRARIES ${WEBP_DEP_LIBRARIES} cpufeatures-webp)
|
||||||
set(WEBP_DEP_INCLUDE_DIRS ${WEBP_DEP_INCLUDE_DIRS}
|
set(WEBP_DEP_INCLUDE_DIRS ${WEBP_DEP_INCLUDE_DIRS}
|
||||||
${ANDROID_NDK}/sources/android/cpufeatures)
|
${ANDROID_NDK}/sources/android/cpufeatures)
|
||||||
add_definitions(-DHAVE_CPU_FEATURES_H=1)
|
add_definitions(-DHAVE_CPU_FEATURES_H=1)
|
||||||
|
Loading…
Reference in New Issue
Block a user