diff --git a/Applications/CMakeLists.txt b/Applications/CMakeLists.txt
index 931f54decbdff5f4e85d170c22666f2b47011f3e..1a6c0df1de85da7fd3be3201520a8792463de7a4 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 0000000000000000000000000000000000000000..69b87184082131ed0ad97119ff70c255db2ced1d
--- /dev/null
+++ b/Applications/Projections/CMakeLists.txt
@@ -0,0 +1,4 @@
+
+OTB_CREATE_APPLICATION(NAME           BundleToPerfectSensor
+                       SOURCES        otbBundleToPerfectSensor.cxx
+                       LINK_LIBRARIES OTBBasicFilters)