mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 08:15:47 -04:00
Add subset of headers from libretro-common
This commit is contained in:
@ -22,6 +22,10 @@ if(BUILD_SDL_FRONTEND)
|
||||
add_subdirectory(nativefiledialog)
|
||||
endif()
|
||||
|
||||
if(BUILD_LIBRETRO_CORE)
|
||||
add_subdirectory(libretro-common)
|
||||
endif()
|
||||
|
||||
if(${CPU_ARCH} STREQUAL "aarch64")
|
||||
add_subdirectory(vixl)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user