Skip to content
Snippets Groups Projects
Commit c0883fe6 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: install for Generators and DetSimInterface.

parent 4826506d
No related branches found
No related tags found
No related merge requests found
......@@ -53,3 +53,8 @@ gaudi_add_module(GenAlgo
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
install(TARGETS GenAlgo
EXPORT CEPCSWTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
COMPONENT dev)
......@@ -10,4 +10,9 @@ gaudi_add_library(DetSimInterface
LINK Gaudi::GaudiKernel
)
install(TARGETS DetSimInterface
EXPORT CEPCSWTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
COMPONENT dev)
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