cmake : add install target for waver

This commit is contained in:
Georgi Gerganov
2021-01-11 18:38:57 +02:00
parent 71e9cb2c39
commit ffab3cb836

View File

@@ -76,3 +76,7 @@ add_subdirectory(src)
if (GGWAVE_STANDALONE AND GGWAVE_BUILD_EXAMPLES)
add_subdirectory(examples)
endif()
if (GGWAVE_SUPPORT_SDL2)
install(TARGETS waver RUNTIME DESTINATION bin)
endif()