File: CMakeLists.txt

package info (click to toggle)
ros-nodelet-core 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: cpp: 2,473; python: 367; xml: 171; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (3)
1
2
3
4
cmake_minimum_required(VERSION 3.0.2)
project(nodelet_core)
find_package(catkin REQUIRED)
catkin_metapackage()