From 43380679a6e8263f7b8428772ce3a0f93621708c Mon Sep 17 00:00:00 2001
From: Manfred Kroehnert <manfred.kroehnert@kit.edu>
Date: Thu, 25 Oct 2012 12:13:43 +0000
Subject: [PATCH] package: preparation for moving source code directories into
 source/HumanoidRobotAPI/

git-svn-id: https://svn.sfb588.uni-karlsruhe.de/svn/HumanoidRobotAPI@9 e7ad446d-f7d8-486a-9efb-df2f5bbea5c6
---
 CMakeLists.txt                         | 2 +-
 source/CMakeLists.txt                  | 2 ++
 source/HumanoidRobotAPI/CMakeLists.txt | 4 ++++
 3 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 source/CMakeLists.txt
 create mode 100644 source/HumanoidRobotAPI/CMakeLists.txt

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e428a6ccf..e033f39f0 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ armarx_project("HumanoidRobotAPI")
 add_subdirectory(core)
 add_subdirectory(motioncontrol)
 add_subdirectory(applications)
-
+#add_subdirectory(source)
 
 
 install_project()
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
new file mode 100644
index 000000000..82feb6142
--- /dev/null
+++ b/source/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_subdirectory(HumanoidRobotAPI)
+
diff --git a/source/HumanoidRobotAPI/CMakeLists.txt b/source/HumanoidRobotAPI/CMakeLists.txt
new file mode 100644
index 000000000..1000114d8
--- /dev/null
+++ b/source/HumanoidRobotAPI/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_subdirectory(core)
+add_subdirectory(motioncontrol)
+add_subdirectory(applications)
+
-- 
GitLab