mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-27 22:49:02 +08:00
waver : fix font loading and snap build
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user