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