mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-12 03:00:20 +08:00
10 lines
211 B
CMake
10 lines
211 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
project(orbbec_description)
|
|
|
|
find_package(ament_cmake REQUIRED)
|
|
|
|
# Install files
|
|
install(DIRECTORY launch meshes urdf rviz DESTINATION share/${PROJECT_NAME})
|
|
|
|
ament_package()
|