Files
dreamDeckAutopilot/sensors/hunter_se_description/CMakeLists.txt
T
2026-07-27 13:51:19 +08:00

15 lines
299 B
CMake

cmake_minimum_required(VERSION 2.8.3)
project(hunter_se_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)