From 17df84006c47a901bd7f7b93ac103a645f162f5b Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Fri, 16 Feb 2007 10:29:41 +0000
Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20r=C3=A9pertoire=20Gui=20(C?=
 =?UTF-8?q?ode=20et=20Testing)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Code/CMakeLists.txt             | 5 ++---
 Code/Gui/CMakeLists.txt         | 0
 Testing/Code/CMakeLists.txt     | 5 ++---
 Testing/Code/Gui/CMakeLists.txt | 0
 4 files changed, 4 insertions(+), 6 deletions(-)
 create mode 100644 Code/Gui/CMakeLists.txt
 create mode 100644 Testing/Code/Gui/CMakeLists.txt

diff --git a/Code/CMakeLists.txt b/Code/CMakeLists.txt
index 2c9dc045dd..126e67ec57 100644
--- a/Code/CMakeLists.txt
+++ b/Code/CMakeLists.txt
@@ -1,6 +1,5 @@
-SUBDIRS(Common BasicFilters IO ChangeDetection FeatureExtraction Learning
-MultiScale DisparityMap SpatialReasoning) 
+SUBDIRS(Common BasicFilters IO ChangeDetection FeatureExtraction Learning MultiScale DisparityMap SpatialReasoning) 
 
 IF(OTB_USE_VISU)
-        SUBDIRS(Visu)
+        SUBDIRS(Visu Gui)
 ENDIF(OTB_USE_VISU)
diff --git a/Code/Gui/CMakeLists.txt b/Code/Gui/CMakeLists.txt
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/Testing/Code/CMakeLists.txt b/Testing/Code/CMakeLists.txt
index 53652a511c..2d126a7f5c 100644
--- a/Testing/Code/CMakeLists.txt
+++ b/Testing/Code/CMakeLists.txt
@@ -1,8 +1,7 @@
 # $Id$
 
-SUBDIRS(Common IO BasicFilters FeatureExtraction ChangeDetection Learning
-MultiScale DisparityMap SpatialReasoning)
+SUBDIRS(Common IO BasicFilters FeatureExtraction ChangeDetection Learning MultiScale DisparityMap SpatialReasoning)
 
 IF(OTB_USE_VISU)
-        SUBDIRS(Visu)
+        SUBDIRS(Visu Gui)
 ENDIF(OTB_USE_VISU)
diff --git a/Testing/Code/Gui/CMakeLists.txt b/Testing/Code/Gui/CMakeLists.txt
new file mode 100644
index 0000000000..e69de29bb2
-- 
GitLab