Skip to content
Snippets Groups Projects
Unverified Commit 0961a09c authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #17 from nim65s/devel

[CMake] Follow INSTALL_DOCUMENTATION
parents b16fed15 622b4e0f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ SET(PROJECT_NAME hpp_tutorial)
SET(PROJECT_DESCRIPTION
"Tutorial for humanoid path planner platform."
)
SET(PROJECT_URL "")
FINDPYTHON(2.7 EXACT REQUIRED)
......@@ -91,16 +90,18 @@ install (FILES
DESTINATION ${PYTHON_SITELIB}/hpp/corbaserver/manipulation/pr2)
# Installation for documentation
install(FILES
urdf/pr2.urdf
urdf/box.urdf
DESTINATION
${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}/doxygen-html/urdf
)
install(FILES
script/tutorial_1.py
script/tutorial_2.py
DESTINATION
${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}/doxygen-html/script
)
IF(INSTALL_DOCUMENTATION)
install(FILES
urdf/pr2.urdf
urdf/box.urdf
DESTINATION
${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}/doxygen-html/urdf
)
install(FILES
script/tutorial_1.py
script/tutorial_2.py
DESTINATION
${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}/doxygen-html/script
)
ENDIF(INSTALL_DOCUMENTATION)
SETUP_PROJECT_FINALIZE()
Subproject commit 320c636960b03b3bad7c7a08bd2e104951f42bc3
Subproject commit d128cc2965a7878dc38acf8f4395e1899aa505cb
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