Skip to content
Snippets Groups Projects
Commit b1361cc1 authored by Francois Keith's avatar Francois Keith
Browse files

Install the tutorial python scripts.

parent f37edaab
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,7 @@ endforeach(lib) ...@@ -134,6 +134,7 @@ endforeach(lib)
# Add subdirectories. # Add subdirectories.
ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(python)
ADD_SUBDIRECTORY(unitTesting) ADD_SUBDIRECTORY(unitTesting)
# Configure some of the python files # Configure some of the python files
......
INCLUDE(../cmake/python.cmake)
FINDPYTHON()
INSTALL(
FILES ros/sot-concept.py ros/ros-walkromeo.py ros/ros-kineromeo.py
DESTINATION ${PYTHON_SITELIB}/dynamic_graph/tutorial
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment