diff --git a/CMakeLists.txt b/CMakeLists.txt
index 652d3afaead1e9d75d8ebe628c32909644fc62ef..d951d0a4678836c0da5af546dcbbf98de708fdfe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,9 +151,12 @@ endif()
 
 configure_file(cmake/thisdd4hep.csh bin/thisdd4hep.csh @ONLY)
 configure_file(cmake/thisdd4hep.sh  bin/thisdd4hep.sh @ONLY)
+configure_file(cmake/thisdd4hep_only.csh bin/thisdd4hep_only.csh @ONLY)
+configure_file(cmake/thisdd4hep_only.sh  bin/thisdd4hep_only.sh @ONLY)
 configure_file(cmake/run_test.sh    bin/run_test.sh @ONLY)
 
 install(FILES ${CMAKE_BINARY_DIR}/bin/thisdd4hep.csh ${CMAKE_BINARY_DIR}/bin/thisdd4hep.sh DESTINATION bin )
+install(FILES ${CMAKE_BINARY_DIR}/bin/thisdd4hep_only.csh ${CMAKE_BINARY_DIR}/bin/thisdd4hep_only.sh DESTINATION bin )
 install(PROGRAMS ${CMAKE_BINARY_DIR}/bin/run_test.sh DESTINATION bin )
 
 install(DIRECTORY cmake