Skip to content
Snippets Groups Projects
Commit 9a3cb67f authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: migrate DetSimfastModel.

parent f65dc643
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
add_subdirectory(DetSimAna)
add_subdirectory(DetSimCore)
add_subdirectory(DetSimDedx)
#add_subdirectory(DetSimFastModel)
add_subdirectory(DetSimFastModel)
add_subdirectory(DetSimGeom)
add_subdirectory(DetSimInterface)
add_subdirectory(DetSimSD)
gaudi_subdir(DetSimFastModel v0r0)
gaudi_depends_on_subdirs(
k4FWCore
Simulation/DetSimInterface
)
find_package(Geant4 REQUIRED ui_all vis_all)
include(${Geant4_USE_FILE})
......@@ -14,11 +8,10 @@ set(DetSimFastModel_srcs
src/DummyFastSimG4Model.cpp
)
gaudi_add_module(DetSimFastModel ${DetSimFastModel_srcs}
INCLUDE_DIRS
LINK_LIBRARIES
DD4hep
${DD4hep_COMPONENT_LIBRARIES}
GaudiKernel
gaudi_add_module(DetSimFastModel
SOURCES ${DetSimFastModel_srcs}
LINK DetSimInterface
${DD4hep_COMPONENT_LIBRARIES}
Gaudi::GaudiKernel
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment