mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
5 lines
110 B
CMake
5 lines
110 B
CMake
cmake_minimum_required(VERSION 2.8.3)
|
|
project(scout_robot)
|
|
find_package(catkin REQUIRED)
|
|
catkin_metapackage()
|