Add subset of headers from libretro-common

This commit is contained in:
Connor McLaughlin
2020-05-23 17:44:43 +10:00
parent f5fd37c4c4
commit 5dedd8707b
6 changed files with 3372 additions and 0 deletions

View File

@ -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()