rclcpp/rmw_implementation/CMakeLists.txt

15 lines
242 B
Text
Raw Normal View History

cmake_minimum_required(VERSION 2.8.3)
2015-03-04 16:31:22 -08:00
project(rmw_implementation NONE)
find_package(ament_cmake REQUIRED)
ament_package(
2015-03-04 16:31:22 -08:00
CONFIG_EXTRAS "rmw_implementation-extras.cmake"
)
install(
DIRECTORY cmake
DESTINATION share/${PROJECT_NAME}
)