mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-04 11:44:08 +05:30
5 lines
117 B
CMake
5 lines
117 B
CMake
cmake_minimum_required(VERSION 2.8.3)
|
|
project(ros_arduino_bridge)
|
|
find_package(catkin REQUIRED)
|
|
catkin_metapackage()
|