diff --git a/DDExamples/UtilityApps/CMakeLists.txt b/DDExamples/UtilityApps/CMakeLists.txt
index c93f580b2413748e6a7d5b62fdeaf78827f7a53b..6a98427b3cd575f046bad65c1db96761449e414c 100644
--- a/DDExamples/UtilityApps/CMakeLists.txt
+++ b/DDExamples/UtilityApps/CMakeLists.txt
@@ -12,3 +12,12 @@ target_link_libraries(geoConverter DD4hepCore)
 #-----------------------------------------------------------------------------------
 add_executable(geoPluginRun src/plugin_runner.cpp)
 target_link_libraries(geoPluginRun DD4hepCore)
+
+#--- install target-------------------------------------
+
+install(TARGETS geoDisplay geoConverter geoPluginRun
+  RUNTIME DESTINATION bin
+  LIBRARY DESTINATION lib
+  )
+# to do: add corresponding uninstall...
+#-------------------------------------------------------
\ No newline at end of file