add speex

in order to access the experimental code in libsndfile have to have speex...
This commit is contained in:
marauder2k7 2024-03-23 09:55:21 +00:00
parent a745fc3757
commit 3889798818
249 changed files with 68055 additions and 4 deletions

View file

@ -14,8 +14,8 @@ set(TORQUE_COMPILE_DEFINITIONS ICE_NO_DLL PCRE_STATIC TORQUE_ADVANCED_LIGHTING T
TORQUE_UNICODE UNICODE _UNICODE)
# All link libraries. Modules should append to this the path to specify additional link libraries (.a, .lib, .dylib, .so)
set(TORQUE_LINK_LIBRARIES tinyxml collada squish opcode assimp FLAC FLAC++ ogg vorbis vorbisfile vorbisenc opus sndfile
SDL2 glad pcre convexDecomp zlib)
set(TORQUE_LINK_LIBRARIES tinyxml collada squish opcode assimp FLAC FLAC++ ogg vorbis
vorbisfile vorbisenc opus speex sndfile SDL2 glad pcre convexDecomp zlib)
if(TORQUE_TESTING)
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} gtest gmock)