[ros] 01/05: Add CMakeLists.txt

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Sep 21 08:49:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

jspricke-guest pushed a commit to branch patch-queue/master
in repository ros.

commit 54826f6d4f77bc5ce8e2f05f32d0175711ad75ab
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Mon Dec 8 18:37:35 2014 +0100

    Add CMakeLists.txt
    
    
    Gbp-Pq: Name 0001-Add-CMakeLists.txt.patch
---
 CMakeLists.txt       | 5 +++++
 core/CMakeLists.txt  | 4 ++++
 tools/CMakeLists.txt | 6 ++++++
 3 files changed, 15 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..e8384fa
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 2.8.3)
+project(ros)
+
+add_subdirectory(core)
+add_subdirectory(tools)
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
new file mode 100644
index 0000000..2103bc7
--- /dev/null
+++ b/core/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_subdirectory(mk)
+add_subdirectory(rosbuild)
+add_subdirectory(roslang)
+add_subdirectory(roslib)
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
new file mode 100644
index 0000000..a45de1d
--- /dev/null
+++ b/tools/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_subdirectory(rosbash)
+add_subdirectory(rosboost_cfg)
+add_subdirectory(rosclean)
+add_subdirectory(roscreate)
+add_subdirectory(rosmake)
+add_subdirectory(rosunit)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros.git



More information about the debian-science-commits mailing list