5 lines
80 B
CMake
5 lines
80 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
project(vgn)
|
|
|
|
find_package(catkin REQUIRED)
|