mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Various fixes
This commit is contained in:
parent
0e6ba354db
commit
ad5f583893
28 changed files with 198 additions and 381 deletions
|
|
@ -29,7 +29,7 @@ elseif( CMAKE_CXX_SIZEOF_DATA_PTR EQUAL 4 )
|
|||
endif()
|
||||
|
||||
if(NOT TORQUE_TEMPLATE)
|
||||
set(TORQUE_TEMPLATE "Full" CACHE STRING "the template to use")
|
||||
set(TORQUE_TEMPLATE "BaseGame" CACHE STRING "the template to use")
|
||||
endif()
|
||||
if(NOT TORQUE_APP_DIR)
|
||||
set(TORQUE_APP_DIR "${CMAKE_SOURCE_DIR}/My Projects/${TORQUE_APP_NAME}")
|
||||
|
|
|
|||
|
|
@ -338,6 +338,7 @@ addPath("${srcDir}/T3D/sfx")
|
|||
addPath("${srcDir}/T3D/gameBase")
|
||||
addPath("${srcDir}/T3D/turret")
|
||||
addPath("${srcDir}/T3D/lighting")
|
||||
addPath("${srcDir}/T3D/gameObjects")
|
||||
addPathRec("${srcDir}/T3D/components/")
|
||||
addPathRec("${srcDir}/T3D/systems")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue