projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cmake: apply ADD_SUBDIR patch.
[blender-staging.git]
/
extern
/
bullet2
/
src
/
CMakeLists.txt
diff --git
a/extern/bullet2/src/CMakeLists.txt
b/extern/bullet2/src/CMakeLists.txt
index 043fd3f6e7f566531f4b352ee1a21ffa5548a2b3..9b8a5a7e00e21c1147a756be9a429e92dbda6e63 100644
(file)
--- a/
extern/bullet2/src/CMakeLists.txt
+++ b/
extern/bullet2/src/CMakeLists.txt
@@
-1
+1,4
@@
-SUBDIRS( BulletCollision BulletDynamics LinearMath BulletSoftBody )
+ADD_SUBDIRECTORY(BulletCollision)
+ADD_SUBDIRECTORY(BulletDynamics)
+ADD_SUBDIRECTORY(LinearMath)
+ADD_SUBDIRECTORY(BulletSoftBody )