Skip to content
Snippets Groups Projects
Commit af9bbbe4 authored by FU Chengdong's avatar FU Chengdong
Browse files

move Identifier from Utilities to Detector

parent a01a7792
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: Identifier
################################################################################
gaudi_add_header_only_library(Identifier)
install(TARGETS Identifier
EXPORT CEPCSWTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
COMPONENT dev)
...@@ -20,6 +20,7 @@ gaudi_add_library(DataHelperLib ...@@ -20,6 +20,7 @@ gaudi_add_library(DataHelperLib
EDM4HEP::edm4hepDict EDM4HEP::edm4hepDict
${GSL_LIBRARIES} ${GSL_LIBRARIES}
${CLHEP_LIBRARIES} ${CLHEP_LIBRARIES}
Identifier
) )
install(TARGETS DataHelperLib install(TARGETS DataHelperLib
......
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