File: 0001-Add-CMakeLists.txt.patch

package info (click to toggle)
ros-roscpp-core 0.7.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 420 kB
  • sloc: cpp: 2,756; ansic: 348; xml: 97; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 582 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
22
23
From: Jochen Sprickerhof <jochen@sprickerhof.de>
Date: Mon, 24 Jun 2013 18:00:12 +0200
Subject: Add CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..3bb2dfe
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,8 @@
+cmake_minimum_required(VERSION 2.8.3)
+project(roscpp_core)
+
+add_subdirectory(roscpp_traits)
+add_subdirectory(cpp_common)
+add_subdirectory(rostime)
+add_subdirectory(roscpp_core)
+add_subdirectory(roscpp_serialization)