4 lines
91 B
CMake
4 lines
91 B
CMake
if (BUILD_BULLET3)
|
|
SUBDIRS( AllBullet2Demos GpuDemos SimpleOpenGL3 )
|
|
endif(BUILD_BULLET3)
|