diff --git a/examples/ClientTests/CMakeLists.txt b/examples/ClientTests/CMakeLists.txt index 1784a2d76b4d345284771318e65ead5e20fc169d..f4fcbf381a3dc6e8ff9f77a42e3ef0eb276ce903 100644 --- a/examples/ClientTests/CMakeLists.txt +++ b/examples/ClientTests/CMakeLists.txt @@ -36,6 +36,7 @@ install(TARGETS ClientTests LIBRARY DESTINATION lib) # #----------------------------------------------------------------------------------- add_executable( multipleGeo main/MultipleGeometries.cpp ) +install(TARGETS multipleGeo RUNTIME DESTINATION bin) #----------------------------------------------------------------------------------- # # diff --git a/examples/DDG4/CMakeLists.txt b/examples/DDG4/CMakeLists.txt index 1fc466d49bffdfdf39de06b71c0606dfa678bf7a..95f86939526a59e1e3bbb91b4afbd8da71d5291d 100644 --- a/examples/DDG4/CMakeLists.txt +++ b/examples/DDG4/CMakeLists.txt @@ -36,6 +36,7 @@ if (DD4HEP_USE_GEANT4) LINK_LIBRARIES DD4hep::DDCore DD4hep::DDG4 Geant4::Interface ROOT::Core ROOT::Geom ROOT::GenVector ROOT::RIO ) + install(TARGETS DDG4UserLib LIBRARY DESTINATION lib) # # dd4hep_install_dir(data DESTINATION ${CMAKE_INSTALL_PREFIX}/examples/DDG4 )