mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Merge pull request #1224 from Azaezel/alpha41/cmakeCleanup
t3d subdirectory review
This commit is contained in:
commit
5d1f306668
1 changed files with 6 additions and 4 deletions
|
|
@ -58,10 +58,12 @@ torqueAddSourceDirectories("platform" "platform/threads" "platform/async"
|
|||
|
||||
torqueAddSourceDirectories("platform/nativeDialogs")
|
||||
# Handle T3D
|
||||
torqueAddSourceDirectories("T3D/fps" "T3D/fx" "T3D/vehicles" "T3D/physics"
|
||||
"T3D/decal" "T3D/sfx" "T3D/gameBase" "T3D/turret"
|
||||
"T3D/lighting" "T3D/gameOBjects" "T3D/components"
|
||||
"T3D/systems" "T3D/assets" "T3D" "T3D/gameBase/std")
|
||||
torqueAddSourceDirectories( "T3D" "T3D/assets" "T3D/decal" "T3D/examples" "T3D/fps" "T3D/fx"
|
||||
"T3D/gameBase" "T3D/gameBase/std"
|
||||
"T3D/lighting"
|
||||
"T3D/physics"
|
||||
# "T3D/components" "T3D/sceneComponent" "T3D/systems" "T3D/gameOBjects"
|
||||
"T3D/sfx" "T3D/turret" "T3D/vehicles")
|
||||
|
||||
# Handle TS
|
||||
torqueAddSourceDirectories("ts" "ts/collada" "ts/assimp" "ts/loader" "ts/arch")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue