fix axis in r2d2.urdf

enable SimpleOpenGL3 demo for CMake
This commit is contained in:
Erwin Coumans
2016-03-16 08:13:53 -07:00
parent aa3daaa8c6
commit 6c9815c8f9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
SUBDIRS( HelloWorld BasicDemo )
IF(BUILD_BULLET3)
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow)
SUBDIRS( ExampleBrowser SimpleOpenGL3 ThirdPartyLibs/Gwen OpenGLWindow)
ENDIF()