Skip to content

Commit

Permalink
cmake: add missing Python example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Dec 23, 2024
1 parent c0d86b5 commit 384af2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if(BUILD_PYTHON_INTERFACE)

if(BUILD_WITH_COLLISION_SUPPORT)
list(APPEND ${PROJECT_NAME}_PYTHON_EXAMPLES sample-model-viewer display-shapes
simulation-pendulum)
simulation-pendulum simulation-closed-kinematic-chains)
if(BUILD_WITH_URDF_SUPPORT)
list(
APPEND
Expand All @@ -98,7 +98,8 @@ if(BUILD_PYTHON_INTERFACE)
collisions
collision-with-point-clouds
append-urdf-model-with-another-model
simulation-contact-dynamics)
simulation-contact-dynamics
talos-simulation)
if(PYTHON_VERSION_MAJOR EQUAL 3)
list(APPEND ${PROJECT_NAME}_PYTHON_EXAMPLES static-contact-dynamics)
endif()
Expand Down

0 comments on commit 384af2a

Please sign in to comment.