File: 0001-Add-CMakeLists.txt.patch

package info (click to toggle)
ros-vision-opencv 1.13.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 560 kB
  • sloc: cpp: 2,649; python: 673; xml: 91; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Tue, 4 Aug 2015 20:13:40 +0200
Subject: Add CMakeLists.txt

---
 CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 CMakeLists.txt

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..ea6edcf
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 2.8.3)
+project(vision_opencv)
+
+add_subdirectory(cv_bridge)
+add_subdirectory(image_geometry)
+add_subdirectory(opencv_tests)