Add vgmstream install

This commit is contained in:
Zachary Hall 2024-04-11 08:10:36 -07:00
parent c1ee8bbaf2
commit 6746f8caf0

View file

@ -35,7 +35,7 @@ include(GNUInstallDirs)
add_subdirectory(subprojects/SDL-Mixer-X)
add_subdirectory(subprojects/vgmstream)
set(EXTRA_LIBS )
set(EXTRA_LIBS libvgmstream_shared)
if(SDL_MIXER_X_STATIC)
set(SDL_MIXER_X_TARGET SDL2_mixer_ext_Static)
else()