From 34c7f775a84ab08be5dc133c25f37244be6f796a Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 4 Feb 2014 13:02:01 +0000 Subject: [PATCH] - added teveDisplay to install target --- UtilityApps/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UtilityApps/CMakeLists.txt b/UtilityApps/CMakeLists.txt index 184f91868..5517871f9 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 +#------------------------------------------------------- -- GitLab