cmake, better isolated :)

This commit is contained in:
Thomas Fischer 2014-03-18 13:27:25 +01:00
parent 29d7fe310d
commit 444b12a670
21 changed files with 957 additions and 0 deletions

View file

@ -0,0 +1,24 @@
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)