Go2Py_SIM/locomotion/src/robots/go2_description/CMakeLists.txt

15 lines
279 B
CMake
Raw Normal View History

2024-02-16 07:43:43 +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)