quadruped_ros2_control/descriptions/go1_description/CMakeLists.txt

11 lines
213 B
CMake

cmake_minimum_required(VERSION 3.8)
project(go1_description)
find_package(ament_cmake REQUIRED)
install(
DIRECTORY meshes xacro launch config
DESTINATION share/${PROJECT_NAME}/
)
ament_package()