Skip to content
Snippets Groups Projects
CMakeLists.txt 451 B
Newer Older
# DetSimInterface (headers only)

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)