Use shared vgmstream on desktop
Some checks failed
Build / build-gentoo (push) Failing after 1m10s
Build / download-system-deps (push) Successful in 3m36s
Build / get-source-code (push) Successful in 11m47s
Build / build-appimage (push) Successful in 3m54s
Build / build-android (push) Failing after 3m0s
Build / build-windows (push) Failing after 7m14s
Some checks failed
Build / build-gentoo (push) Failing after 1m10s
Build / download-system-deps (push) Successful in 3m36s
Build / get-source-code (push) Successful in 11m47s
Build / build-appimage (push) Successful in 3m54s
Build / build-android (push) Failing after 3m0s
Build / build-windows (push) Failing after 7m14s
This commit is contained in:
parent
9e60b7cac7
commit
cab2a8c71b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue