mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
cmake, better isolated :)
This commit is contained in:
parent
29d7fe310d
commit
444b12a670
21 changed files with 957 additions and 0 deletions
24
Tools/CMake/CMakeLists.txt
Normal file
24
Tools/CMake/CMakeLists.txt
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue