Files
bullet3/Demos3/CMakeLists.txt
2014-08-22 14:41:21 -07:00

6 lines
141 B
CMake

if (OPENGL_FOUND)
if (BUILD_OPENGL3_DEMOS)
SUBDIRS( AllBullet2Demos GpuDemos SimpleOpenGL3 )
endif(BUILD_OPENGL3_DEMOS)
endif(OPENGL_FOUND)