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

WIP: migrate DetSimDedx.

parent b9039f12
No related branches found
No related tags found
No related merge requests found
add_subdirectory(DetSimAna)
add_subdirectory(DetSimCore)
#add_subdirectory(DetSimDedx)
add_subdirectory(DetSimDedx)
#add_subdirectory(DetSimFastModel)
add_subdirectory(DetSimGeom)
add_subdirectory(DetSimInterface)
......
gaudi_subdir(DetSimDedx v0r0)
gaudi_depends_on_subdirs(
k4FWCore
Simulation/DetSimInterface
)
find_package(Geant4 REQUIRED ui_all vis_all)
include(${Geant4_USE_FILE})
......@@ -17,13 +11,11 @@ set(DetSimDedx_srcs
src/GFDndxSimTool.cpp
)
gaudi_add_module(DetSimDedx ${DetSimDedx_srcs}
INCLUDE_DIRS
LINK_LIBRARIES
DD4hep
${DD4hep_COMPONENT_LIBRARIES}
GaudiKernel
-Wl,--no-as-needed
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
gaudi_add_module(DetSimDedx
SOURCES ${DetSimDedx_srcs}
LINK DetSimInterface
${DD4hep_COMPONENT_LIBRARIES}
Gaudi::GaudiKernel
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
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