mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
24 lines
475 B
CMake
24 lines
475 B
CMake
include(basics.cmake)
|
|
|
|
#the libs
|
|
include(lmng.cmake)
|
|
include(lpng.cmake)
|
|
include(lungif.cmake)
|
|
include(zlib.cmake)
|
|
include(ljpeg.cmake)
|
|
include(tinyxml.cmake)
|
|
include(opcode.cmake)
|
|
include(squish.cmake)
|
|
include(collada.cmake)
|
|
include(pcre.cmake)
|
|
include(convexDecomp.cmake)
|
|
if(TORQUE_SFX_VORBIS)
|
|
include(libvorbis.cmake)
|
|
include(libogg.cmake)
|
|
endif()
|
|
if(TORQUE_THEORA)
|
|
include(libtheora.cmake)
|
|
endif()
|
|
|
|
# the main engine, should come last
|
|
include(torque3d.cmake)
|