mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-06 00:36:13 +08:00
r2t2 : do not build if SDL2 is not supported
This commit is contained in:
@@ -84,11 +84,11 @@ else()
|
||||
add_subdirectory(ggwave-to-file)
|
||||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
add_subdirectory(r2t2)
|
||||
endif()
|
||||
|
||||
if (GGWAVE_SUPPORT_SDL2)
|
||||
if (UNIX AND NOT APPLE)
|
||||
add_subdirectory(r2t2)
|
||||
endif()
|
||||
|
||||
if (EMSCRIPTEN)
|
||||
# emscripten sdl2 examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user