Skip to content
Snippets Groups Projects
CMakeLists.txt 496 B
Newer Older

gaudi_subdir(DetSimGeom v0r0)

gaudi_depends_on_subdirs(
    Simulation/DetSimInterface
)

find_package(Geant4 REQUIRED ui_all vis_all)
include(${Geant4_USE_FILE})
)

gaudi_add_module(DetSimGeom ${DetSimGeom_srcs}
    INCLUDE_DIRS DetSimInterface DD4hep GaudiKernel Geant4
    LINK_LIBRARIES DetSimInterface DD4hep ${DD4hep_COMPONENT_LIBRARIES} GaudiKernel Geant4