mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
While here, take maintainership Approved by: acm (previous maintainer, by mail) Sponsored by: Netzkommune GmbH
12 lines
403 B
Text
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)
|