rename ggwave-gui -> waver

This commit is contained in:
Georgi Gerganov
2021-01-05 18:56:29 +02:00
parent ecf4fd02ad
commit d29bf6d0e8
12 changed files with 25 additions and 25 deletions

View File

@@ -71,8 +71,8 @@ if (GGWAVE_SUPPORT_SDL2)
else()
# non-emscripten sdl2 examples
add_subdirectory(ggwave-cli)
add_subdirectory(ggwave-gui)
add_subdirectory(simple-rx)
add_subdirectory(ggwave-cli)
add_subdirectory(waver)
endif()
endif()