mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
Ensuring all names are the correct casing for Linux
This commit is contained in:
parent
fb7e4f92ef
commit
ec8882c3c8
44 changed files with 95 additions and 95 deletions
|
|
@ -274,12 +274,12 @@ addPath("${srcDir}/T3D/turret")
|
|||
|
||||
if( TORQUE_EXPERIMENTAL_EC )
|
||||
addPath("${srcDir}/T3D/components/")
|
||||
addPath("${srcDir}/T3D/components/animation")
|
||||
addPath("${srcDir}/T3D/components/camera")
|
||||
addPath("${srcDir}/T3D/components/collision")
|
||||
addPath("${srcDir}/T3D/components/game")
|
||||
addPath("${srcDir}/T3D/components/physics")
|
||||
addPath("${srcDir}/T3D/components/render")
|
||||
addPath("${srcDir}/T3D/components/Animation")
|
||||
addPath("${srcDir}/T3D/components/Camera")
|
||||
addPath("${srcDir}/T3D/components/Collision")
|
||||
addPath("${srcDir}/T3D/components/Game")
|
||||
addPath("${srcDir}/T3D/components/Physics")
|
||||
addPath("${srcDir}/T3D/components/Render")
|
||||
endif()
|
||||
|
||||
addPath("${srcDir}/main/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue