mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
update libsndfile to fix linux build
This commit is contained in:
parent
d4cc9a8324
commit
574ca023d9
87 changed files with 1022 additions and 818 deletions
|
|
@ -7,6 +7,9 @@ if(TARGET vorbis)
|
|||
if(NOT TARGET VORBIS::VORBIS)
|
||||
add_library(VORBIS::VORBIS ALIAS vorbis)
|
||||
endif()
|
||||
if(NOT TARGET Vorbis::vorbisenc)
|
||||
add_library(Vorbis::vorbisenc ALIAS vorbisenc)
|
||||
endif()
|
||||
else()
|
||||
set(VORBIS_FOUND FALSE)
|
||||
message(FATAL_ERROR "Vorbis was not added with add_subdirectory before calling find_package(Vorbis).")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue