mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 16:43:50 +00:00
remove speex cpack
cpack was causing issues with compiling remove any references to it. change all options being set for the new libs to use the advanced_option macro remove speex, opus is better.
This commit is contained in:
parent
7953064782
commit
8fc56dfd9c
250 changed files with 18 additions and 68070 deletions
|
|
@ -15,7 +15,7 @@ set(TORQUE_COMPILE_DEFINITIONS ICE_NO_DLL PCRE_STATIC TORQUE_ADVANCED_LIGHTING T
|
|||
|
||||
# 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 speex sndfile SDL2 glad pcre convexDecomp zlib)
|
||||
vorbisfile vorbisenc opus sndfile SDL2 glad pcre convexDecomp zlib)
|
||||
|
||||
if(TORQUE_TESTING)
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} gtest gmock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue