diff --git a/colcon.pkg b/colcon.pkg new file mode 100644 index 0000000000000..944af017dbd38 --- /dev/null +++ b/colcon.pkg @@ -0,0 +1,9 @@ +# Configuration file for colcon (https://colcon.readthedocs.io). +# +# Please see the doc for the details of the spec: +# - https://colcon.readthedocs.io/en/released/user/configuration.html#colcon-pkg-files + +{ + "name": "DART", + "dependencies": ["BULLET_PHYSICS", "ODE"], +}