mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 08:15:47 -04:00
dep: Add vixl (AArch32/64 assembler)
This commit is contained in:
@ -9,6 +9,10 @@ if(NOT ANDROID)
|
||||
add_subdirectory(nativefiledialog)
|
||||
endif()
|
||||
|
||||
if(${CPU_ARCH} STREQUAL "aarch64")
|
||||
add_subdirectory(vixl)
|
||||
endif()
|
||||
|
||||
###################### YBaseLib ############################
|
||||
|
||||
set(YBASELIB_SRC_BASE ${CMAKE_SOURCE_DIR}/dep/YBaseLib/Source)
|
||||
@ -95,4 +99,4 @@ target_link_libraries(YBaseLib PUBLIC Threads::Threads)
|
||||
|
||||
if(ANDROID)
|
||||
target_link_libraries(YBaseLib PRIVATE log)
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user