diff --git a/CMakeLists.txt b/CMakeLists.txt index f6141d0..7cd5370 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,4 +79,6 @@ endif() if (GGWAVE_SUPPORT_SDL2) install(TARGETS waver RUNTIME DESTINATION bin) + install(FILES examples/assets/fonts/DroidSans.ttf DESTINATION bin) + install(FILES examples/assets/fonts/fontawesome-webfont.ttf DESTINATION bin) endif()