dep: Remove nativefiledialog

This commit is contained in:
Connor McLaughlin
2021-01-30 22:24:15 +10:00
parent dc0eb4cb04
commit b267020d07
14 changed files with 0 additions and 2507 deletions

View File

@ -23,10 +23,6 @@ if(ENABLE_DISCORD_PRESENCE)
add_subdirectory(discord-rpc)
endif()
if(BUILD_SDL_FRONTEND)
add_subdirectory(nativefiledialog)
endif()
if(${CPU_ARCH} STREQUAL "aarch32" OR ${CPU_ARCH} STREQUAL "aarch64")
add_subdirectory(vixl)
endif()