mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 05:45:38 +00:00
CMake: Only build nativefiledialog when building SDL frontend
This commit is contained in:
parent
e58c475fee
commit
6c9e80cf43
|
@ -13,7 +13,7 @@ add_subdirectory(libFLAC)
|
|||
add_subdirectory(libchdr)
|
||||
add_subdirectory(xxhash)
|
||||
|
||||
if(NOT ANDROID)
|
||||
if(BUILD_SDL_FRONTEND)
|
||||
add_subdirectory(nativefiledialog)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue