diff --git a/UtilityApps/CMakeLists.txt b/UtilityApps/CMakeLists.txt
index 184f91868c443f9030d5f34515b47fdded4ac04c..5517871f95d424faeac3ebe9703abf8d059a7a8d 100644
--- a/UtilityApps/CMakeLists.txt
+++ b/UtilityApps/CMakeLists.txt
@@ -19,9 +19,9 @@ target_link_libraries(teveDisplay DD4hepCore ${ROOT_EVE_LIBRARIES})
 
 #--- install target-------------------------------------
 
-install(TARGETS geoDisplay geoConverter geoPluginRun
+install(TARGETS geoDisplay geoConverter geoPluginRun teveDisplay
   RUNTIME DESTINATION bin
   LIBRARY DESTINATION lib
   )
 # to do: add corresponding uninstall...
-#-------------------------------------------------------
\ No newline at end of file
+#-------------------------------------------------------