waver : fix font loading and snap build

This commit is contained in:
Georgi Gerganov
2021-02-27 22:36:36 +02:00
parent 770e464722
commit 74f35ebcf0
8 changed files with 35 additions and 24 deletions

View File

@@ -99,3 +99,9 @@ if (GGWAVE_SUPPORT_SDL2)
add_subdirectory(waver)
add_subdirectory(spectrogram)
endif()
install(TARGETS ggwave-common LIBRARY DESTINATION lib)
if (GGWAVE_SUPPORT_SDL2)
install(TARGETS ggwave-common-sdl2 LIBRARY DESTINATION lib)
endif()