mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 00:25:45 -04:00
CMake: Only build nativefiledialog when building SDL frontend
This commit is contained in:
@ -13,7 +13,7 @@ add_subdirectory(libFLAC)
|
||||
add_subdirectory(libchdr)
|
||||
add_subdirectory(xxhash)
|
||||
|
||||
if(NOT ANDROID)
|
||||
if(BUILD_SDL_FRONTEND)
|
||||
add_subdirectory(nativefiledialog)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user