blob: fa869d3a95f28894b064d366bb2fe935ee8276e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- examples/CMakeLists.txt.orig 2021-05-07 18:04:02 UTC
+++ examples/CMakeLists.txt
@@ -1,8 +1,5 @@
-SUBDIRS( HelloWorld BasicDemo)
+#SUBDIRS( HelloWorld BasicDemo)
IF(BUILD_BULLET3)
SUBDIRS( ExampleBrowser RobotSimulator SharedMemory ThirdPartyLibs/Gwen ThirdPartyLibs/BussIK ThirdPartyLibs/clsocket OpenGLWindow TwoJoint )
ENDIF()
-IF(BUILD_PYBULLET)
- SUBDIRS(pybullet)
-ENDIF(BUILD_PYBULLET)
|