mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 10:03:48 +00:00
update lib
can use original cmakelists.txt from torque, but update naming to tinyxml2
This commit is contained in:
parent
69e763f698
commit
142467ccc6
387 changed files with 25588 additions and 14101 deletions
|
|
@ -14,7 +14,7 @@ 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
|
||||
set(TORQUE_LINK_LIBRARIES tinyxml2 collada squish opcode assimp FLAC FLAC++ ogg vorbis
|
||||
vorbisfile vorbisenc opus sndfile SDL2 glad pcre convexMath zlib)
|
||||
|
||||
if(TORQUE_TESTING)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue