mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1683 from John3/wrongPathMiniCLTask
Fix wrong folder path for cmake libbullet. Folder MiniCLTask and scalar
This commit is contained in:
commit
61418b1772
|
|
@ -40,9 +40,9 @@ if( WIN32 )
|
|||
addDef( "WIN32" )
|
||||
|
||||
addPath( "${libDir}/bullet/src/BulletMultiThreaded" )
|
||||
addPath( "${libDir}/bullet/src/BulletMultiThreaded/MiniCLTask" )
|
||||
addPath( "${libDir}/bullet/src/MiniCL/MiniCLTask" )
|
||||
addPath( "${libDir}/bullet/src/BulletMultiThreaded/SpuNarrowPhaseCollisionTask" )
|
||||
addInclude( "${libDir}/bullet/src/BulletMultiThreaded/vectormath/scalar/cpp" )
|
||||
addInclude( "${libDir}/bullet/src/vectormath/scalar" )
|
||||
endif()
|
||||
|
||||
addInclude( "${libDir}/bullet/src" )
|
||||
|
|
|
|||
Loading…
Reference in a new issue