diff --git a/CMakeLists.txt b/CMakeLists.txt index ef499a4..f6141d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()