Skip to content

Commit

Permalink
r2t2 : do not build if SDL2 is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jun 25, 2021
1 parent 6319dc3 commit 94e033f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 94e033f

Please sign in to comment.