Skip to content

Instantly share code, notes, and snippets.

@ahendrix
Created July 15, 2013 23:20
Show Gist options
  • Save ahendrix/6004370 to your computer and use it in GitHub Desktop.
Save ahendrix/6004370 to your computer and use it in GitHub Desktop.
Install python scripts in catkin.
file(GLOB PYTHON_SCRIPTS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
"${CMAKE_CURRENT_SOURCE_DIR}/scripts/*")
install(PROGRAMS ${PYTHON_SCRIPTS}
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment