diff --git a/Examples/Tutorials/CMakeLists.txt b/Examples/Tutorials/CMakeLists.txt
index c233c72aeaaaf383531e29f047d519f741d4874e..d28fe0ff0ad5013d40fad0897bf030d6d456f6c0 100644
--- a/Examples/Tutorials/CMakeLists.txt
+++ b/Examples/Tutorials/CMakeLists.txt
@@ -18,3 +18,6 @@ TARGET_LINK_LIBRARIES(SmarterFilteringPipeline OTBCommon OTBIO)
 
 ADD_EXECUTABLE(SimpleViewer SimpleViewer.cxx )
 TARGET_LINK_LIBRARIES(SimpleViewer OTBCommon OTBIO OTBGui OTBVisu)
+
+ADD_EXECUTABLE(OrthoFusion OrthoFusion.cxx )
+TARGET_LINK_LIBRARIES(OrthoFusion OTBProjections OTBCommon OTBIO)
\ No newline at end of file