ports/devel/bullet/files/patch-examples_CMakeLists.txt
Dima Panov 0ee4d03db3 devel/bullet: update to 3.21 release
While here, take maintainership

Approved by:	acm (previous maintainer, by mail)
Sponsored by:	Netzkommune GmbH
2021-12-14 21:07:00 +03:00

12 lines
403 B
Text

--- 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)