Skip to content

Commit

Permalink
cmake: installed SDL3_mixer library also needs gme library
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 5, 2025
1 parent 37c4504 commit c777837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ if(SDLMIXER_GME)
enable_language(CXX)
add_subdirectory(external/libgme EXCLUDE_FROM_ALL)
add_library(gme::gme ALIAS gme)
if(SDLMIXER_GME_SHARED)
if(SDLMIXER_GME_SHARED OR NOT SDLMIXER_BUILD_SHARED_LIBS)
list(APPEND INSTALL_EXTRA_TARGETS gme)
endif()
if(NOT SDLMIXER_GME_SHARED)
Expand Down

0 comments on commit c777837

Please sign in to comment.