mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 12:35:48 +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…
x
Reference in New Issue
Block a user