Newer
Older
################################################################################
# Set minimum required version of cmake, project name and compile options
################################################################################
project(turtlebot3_bringup)
################################################################################
# Find ament packages and libraries for ament and system dependencies
################################################################################
################################################################################
# Install
################################################################################
ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/env-hooks/${PROJECT_NAME}.dsv.in")