TwoFootBot/bot/2foot/CMakeLists.txt

15 lines
269 B
CMake
Raw Permalink Normal View History

2026-09-11 07:10:16 +00:00
cmake_minimum_required(VERSION 2.8.3)
project(2foot)
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)