From cab2a8c71bb905ec3acfa235b668ce54e0591a5c Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Tue, 17 Dec 2024 11:08:19 -0800 Subject: [PATCH] Use shared vgmstream on desktop --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d746e30..25c429c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -439,7 +439,7 @@ else() if (TARGET SDL2-static) set(SDL2_TARGET SDL2-static) endif() - target_link_libraries(liblooper PUBLIC ${SDL2_TARGET} ${SDL_MIXER_X_TARGET} ${SOUNDTOUCH_TARGET} libvgmstream ${JSONCPP_TARGET}) + target_link_libraries(liblooper PUBLIC ${SDL2_TARGET} ${SDL_MIXER_X_TARGET} ${SOUNDTOUCH_TARGET} libvgmstream_shared ${JSONCPP_TARGET}) endif() if(BUILD_PROTOBUF) add_subdirectory(subprojects/protobuf)