mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 19:43:49 +00:00
Various fixes
This commit is contained in:
parent
60a29777fa
commit
3fa7a0d4fa
27 changed files with 171 additions and 177 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