mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Update torque_configs.cmake
This commit is contained in:
parent
320b91fe34
commit
ebc6566cee
1 changed files with 1 additions and 2 deletions
|
|
@ -58,8 +58,7 @@ set(TORQUE_COMPILE_DEFINITIONS ICE_NO_DLL PCRE_STATIC TORQUE_ADVANCED_LIGHTING T
|
||||||
TORQUE_UNICODE UNICODE _UNICODE)
|
TORQUE_UNICODE UNICODE _UNICODE)
|
||||||
|
|
||||||
# All link libraries. Modules should append to this the path to specify additional link libraries (.a, .lib, .dylib, .so)
|
# All link libraries. Modules should append to this the path to specify additional link libraries (.a, .lib, .dylib, .so)
|
||||||
set(TORQUE_LINK_LIBRARIES tinyxml2 collada squish opcode assimp FLAC FLAC++ ogg vorbis
|
set(TORQUE_LINK_LIBRARIES tinyxml2 collada squish opcode assimp SDL2 glad pcre convexMath zlib)
|
||||||
vorbisfile vorbisenc opus sndfile SDL2 glad pcre convexMath zlib)
|
|
||||||
|
|
||||||
if(TORQUE_TESTING)
|
if(TORQUE_TESTING)
|
||||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} gtest gmock)
|
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} gtest gmock)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue