mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 13:14:46 +00:00
16 lines
400 B
CMake
16 lines
400 B
CMake
# Navigation module
|
|
|
|
addDef( "TORQUE_NAVIGATION_ENABLED" )
|
|
addLib( "recast" )
|
|
|
|
# files
|
|
addPathRec( "${srcDir}/navigation" )
|
|
|
|
# include paths
|
|
addInclude( "${libDir}/recast/DebugUtils/Include" )
|
|
addInclude( "${libDir}/recast/Recast/Include" )
|
|
addInclude( "${libDir}/recast/Detour/Include" )
|
|
addInclude( "${libDir}/recast/DetourTileCache/Include" )
|
|
addInclude( "${libDir}/recast/DetourCrowd/Include" )
|
|
|