Skip to content
Snippets Groups Projects
Commit 42c0f255 authored by Frank Gaede's avatar Frank Gaede
Browse files

- add utilities to install target

parent 5860522c
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,12 @@ target_link_libraries(geoConverter DD4hepCore) ...@@ -12,3 +12,12 @@ target_link_libraries(geoConverter DD4hepCore)
#----------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------
add_executable(geoPluginRun src/plugin_runner.cpp) add_executable(geoPluginRun src/plugin_runner.cpp)
target_link_libraries(geoPluginRun DD4hepCore) 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment