mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 08:39:34 +00:00
Fix wrong folder path for cmake libbullet. Folder MiniCLTask and scalar
This commit is contained in:
parent
03a3d7fefd
commit
4c7e8aac82
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue