move deformable examples to a single folder and rename them; change license to google 2016

This commit is contained in:
Xuchen Han
2019-08-08 15:00:55 -07:00
parent 02c5b99b2f
commit 9a7e30d09f
17 changed files with 157 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
SUBDIRS( HelloWorld BasicDemo )
SUBDIRS( HelloWorld BasicDemo)
IF(BUILD_BULLET3)
SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint )
ENDIF()