From 750813d5c401518719c426278495693666fdffa6 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Thu, 13 Oct 2011 11:39:48 +0200 Subject: [PATCH] ENH: genereate Orthorectification applications wrappers --- Applications/Projections/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Applications/Projections/CMakeLists.txt b/Applications/Projections/CMakeLists.txt index 69b8718408..840230a372 100644 --- a/Applications/Projections/CMakeLists.txt +++ b/Applications/Projections/CMakeLists.txt @@ -2,3 +2,7 @@ OTB_CREATE_APPLICATION(NAME BundleToPerfectSensor SOURCES otbBundleToPerfectSensor.cxx LINK_LIBRARIES OTBBasicFilters) + +OTB_CREATE_APPLICATION(NAME OrthoRectification + SOURCES otbOrthoRectification.cxx + LINK_LIBRARIES OTBBasicFilters) \ No newline at end of file -- GitLab