mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-26 22:01:32 +00:00
Don't directly link to libmpg123 on vcpkg
This commit is contained in:
parent
3e1deba3a2
commit
33de9d93fc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ else()
|
|||
endif()
|
||||
if(DYN_MPG123)
|
||||
target_compile_definitions(zmusic-obj INTERFACE HAVE_MPG123 DYN_MPG123)
|
||||
else()
|
||||
elseif(NOT ("vcpkg-libsndfile" IN_LIST VCPKG_MANIFEST_FEATURES))
|
||||
find_package(MPG123)
|
||||
|
||||
if(MPG123_FOUND)
|
||||
|
|
Loading…
Reference in a new issue