From 6746f8caf04de5c83200f3ddd615efb5a80aa6d0 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Thu, 11 Apr 2024 08:10:36 -0700 Subject: [PATCH] Add vgmstream install --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da020a2..ea02367 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()