rclcpp/ros_middleware_implementation/CMakeLists.txt

15 lines
259 B
Text
Raw Normal View History

cmake_minimum_required(VERSION 2.8.3)
project(ros_middleware_implementation)
find_package(ament_cmake REQUIRED)
ament_package(
CONFIG_EXTRAS "ros_middleware_implementation-extras.cmake"
)
install(
DIRECTORY cmake
DESTINATION share/${PROJECT_NAME}
)