From c78ca2aafa8334e164f6fc805ae10dfdc1b16d54 Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Thu, 10 Nov 2011 16:57:45 +0100
Subject: [PATCH] ENH: add VectorDataTransform application to be wrapped and
 move to Util directory

---
 Applications/Util/CMakeLists.txt                        | 4 ++++
 Applications/{Utils => Util}/otbVectorDataTransform.cxx | 0
 2 files changed, 4 insertions(+)
 rename Applications/{Utils => Util}/otbVectorDataTransform.cxx (100%)

diff --git a/Applications/Util/CMakeLists.txt b/Applications/Util/CMakeLists.txt
index f7d22c8990..d649800bb0 100644
--- a/Applications/Util/CMakeLists.txt
+++ b/Applications/Util/CMakeLists.txt
@@ -54,3 +54,7 @@ OTB_CREATE_APPLICATION(NAME           CompareImages
 OTB_CREATE_APPLICATION(NAME           VectorDataSetField
                        SOURCES        otbVectorDataSetField.cxx
                        LINK_LIBRARIES OTBBasicFilters)
+
+OTB_CREATE_APPLICATION(NAME           VectorDataTransform
+                       SOURCES        otbVectorDataTransform.cxx
+                       LINK_LIBRARIES OTBBasicFilters)
\ No newline at end of file
diff --git a/Applications/Utils/otbVectorDataTransform.cxx b/Applications/Util/otbVectorDataTransform.cxx
similarity index 100%
rename from Applications/Utils/otbVectorDataTransform.cxx
rename to Applications/Util/otbVectorDataTransform.cxx
-- 
GitLab