Forked from
cepc / CEPCSW
763 commits behind the upstream repository.
-
lintao@ihep.ac.cn authored3d5fa5ca
CMakeLists.txt 528 B
# Modules
gaudi_add_module(TrackInspect
SOURCES src/TrackInspectAlg.cpp
LINK DataHelperLib
k4FWCore::k4FWCore
Gaudi::GaudiKernel
EDM4HEP::edm4hep
${ROOT_LIBRARIES}
${CLHEP_LIBRARIES}
)
install(TARGETS TrackInspect
EXPORT CEPCSWTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
COMPONENT dev)