[ros-ros-control] 01/02: Add CMakeLists.txt

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sun Dec 4 16:05:57 UTC 2016


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

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

commit 878819150011edee62a56e1d9d656039bd25399c
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Dec 26 23:29:04 2015 +0100

    Add CMakeLists.txt
    
    
    Gbp-Pq: Name 0001-Add-CMakeLists.txt.patch
---
 CMakeLists.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..c376777
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,10 @@
+cmake_minimum_required(VERSION 2.8.3)
+project(ros_control)
+add_subdirectory(hardware_interface)
+add_subdirectory(controller_interface)
+add_subdirectory(controller_manager_msgs)
+add_subdirectory(controller_manager)
+add_subdirectory(controller_manager_tests)
+add_subdirectory(joint_limits_interface)
+add_subdirectory(rqt_controller_manager)
+add_subdirectory(transmission_interface)

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



More information about the debian-science-commits mailing list