mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
cmake : add install target for waver
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user