File: CMakeLists.txt

package info (click to toggle)
ros-vision-opencv 1.15.0%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 556 kB
  • sloc: cpp: 2,481; python: 677; xml: 91; sh: 20; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (4)
1
2
3
4
5
cmake_minimum_required(VERSION 3.0.2)
project(opencv_tests)

find_package(catkin REQUIRED)
catkin_package()