Skip to content
Snippets Groups Projects
Forked from cepc / CEPCSW
540 commits behind the upstream repository.
CMakeLists.txt 503 B


# DetSimInterface (headers only)

gaudi_add_library(DetSimInterface
                 SOURCES src/IDetSimSvc.cpp
                         src/CommonUserEventInfo.cc
                         src/CommonUserTrackInfo.cc
                 LINK Gaudi::GaudiKernel
                      ${Geant4_LIBRARIES}
)

install(TARGETS DetSimInterface
  EXPORT CEPCSWTargets
  RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
  LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
  COMPONENT dev)