From 6fff1b72e30ddc051ccd96dc96164b9aa567cea6 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Fri, 16 Sep 2011 19:02:59 +0200 Subject: [PATCH] ENH: add CMakeLists for BundleToPerfectSensor --- Applications/CMakeLists.txt | 1 + Applications/Projections/CMakeLists.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 Applications/Projections/CMakeLists.txt diff --git a/Applications/CMakeLists.txt b/Applications/CMakeLists.txt index 931f54decb..1a6c0df1de 100644 --- a/Applications/CMakeLists.txt +++ b/Applications/CMakeLists.txt @@ -2,6 +2,7 @@ include(OTBWrapperMacros) add_subdirectory(Classification) add_subdirectory(Hyperspectral) +add_subdirectory(Projections) add_subdirectory(Util) add_subdirectory(Test) \ No newline at end of file diff --git a/Applications/Projections/CMakeLists.txt b/Applications/Projections/CMakeLists.txt new file mode 100644 index 0000000000..69b8718408 --- /dev/null +++ b/Applications/Projections/CMakeLists.txt @@ -0,0 +1,4 @@ + +OTB_CREATE_APPLICATION(NAME BundleToPerfectSensor + SOURCES otbBundleToPerfectSensor.cxx + LINK_LIBRARIES OTBBasicFilters) -- GitLab