mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-18 20:17:29 +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)
|
add_subdirectory(ggwave-to-file)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX AND NOT APPLE)
|
|
||||||
add_subdirectory(r2t2)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (GGWAVE_SUPPORT_SDL2)
|
if (GGWAVE_SUPPORT_SDL2)
|
||||||
|
if (UNIX AND NOT APPLE)
|
||||||
|
add_subdirectory(r2t2)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (EMSCRIPTEN)
|
if (EMSCRIPTEN)
|
||||||
# emscripten sdl2 examples
|
# emscripten sdl2 examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user