mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
8 lines
200 B
Text
8 lines
200 B
Text
|
|
SUBDIRS( HelloWorld BasicDemo )
|
||
|
|
IF(BUILD_BULLET3)
|
||
|
|
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK OpenGLWindow )
|
||
|
|
ENDIF()
|
||
|
|
IF(BUILD_PYBULLET)
|
||
|
|
SUBDIRS(pybullet)
|
||
|
|
ENDIF(BUILD_PYBULLET)
|