From f4c55078ccb5760045fdea2f45608f2f9ed26e8f Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Thu, 22 Sep 2011 16:48:44 +0200
Subject: [PATCH] ENH: generate MultiResolutionPyramid wrappers

---
 Applications/Util/CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Applications/Util/CMakeLists.txt b/Applications/Util/CMakeLists.txt
index 2e6d588eb2..0c4347c005 100644
--- a/Applications/Util/CMakeLists.txt
+++ b/Applications/Util/CMakeLists.txt
@@ -15,3 +15,6 @@ OTB_CREATE_APPLICATION(NAME           ReadImageInfo
                        SOURCES        otbReadImageInfo.cxx
                        LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters)
 
+OTB_CREATE_APPLICATION(NAME           MultiResolutionPyramid
+                       SOURCES        otbMultiResolutionPyramid.cxx
+                       LINK_LIBRARIES OTBIO;OTBCommon;OTBBasicFilters)
\ No newline at end of file
-- 
GitLab