Newer
Older

lintao@ihep.ac.cn
committed
gaudi_subdir(DetSimGeom v0r0)
gaudi_depends_on_subdirs(
Simulation/DetSimInterface
)
find_package(Geant4 REQUIRED ui_all vis_all)
include(${Geant4_USE_FILE})

lintao@ihep.ac.cn
committed
find_package(DD4hep COMPONENTS DDG4 REQUIRED)

lintao@ihep.ac.cn
committed
set(DetSimGeom_srcs
src/WorldDetElemTool.cpp
src/AnExampleDetElemTool.cpp

lintao@ihep.ac.cn
committed
)
gaudi_add_module(DetSimGeom ${DetSimGeom_srcs}

lintao@ihep.ac.cn
committed
INCLUDE_DIRS DetSimInterface DD4hep GaudiKernel Geant4
LINK_LIBRARIES DetSimInterface DD4hep ${DD4hep_COMPONENT_LIBRARIES} GaudiKernel Geant4