unitree_ros/robots/go2_description/CMakeLists.txt

15 lines
279 B
CMake
Raw Normal View History

2023-09-05 14:11:35 +08:00
cmake_minimum_required(VERSION 2.8.3)
project(go2_description)
find_package(catkin REQUIRED)
catkin_package()
find_package(roslaunch)
foreach(dir config launch meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)