quadruped_ros2_control/descriptions/unitree/aliengo_description/CMakeLists.txt

11 lines
222 B
CMake
Raw Normal View History

2024-09-26 20:24:03 +08:00
cmake_minimum_required(VERSION 3.8)
project(aliengo_description)
find_package(ament_cmake REQUIRED)
install(
DIRECTORY meshes xacro launch config urdf
2024-09-26 20:24:03 +08:00
DESTINATION share/${PROJECT_NAME}/
)
ament_package()