Files
geant4/source/processes/hadronic/models/de_excitation/fermi_breakup/sources.cmake
T
2023-12-08 10:43:34 +01:00

31 lines
706 B
CMake

# - G4hadronic_deex_fermi_breakup module build definition
# Define the Geant4 Module.
geant4_add_module(G4hadronic_deex_fermi_breakup
PUBLIC_HEADERS
G4FermiBreakUpUtil.hh
G4FermiBreakUpVI.hh
G4FermiChannels.hh
G4FermiFragment.hh
G4FermiFragmentsPoolVI.hh
G4FermiPair.hh
G4FermiPhaseSpaceDecay.hh
G4VFermiBreakUp.hh
SOURCES
G4FermiBreakUpUtil.cc
G4FermiBreakUpVI.cc
G4FermiFragment.cc
G4FermiFragmentsPoolVI.cc
G4FermiPair.cc
G4FermiPhaseSpaceDecay.cc)
geant4_module_link_libraries(G4hadronic_deex_fermi_breakup
PUBLIC
G4globman
G4hadronic_util
G4hepgeometry
G4heprandom
PRIVATE
G4hadronic_deex_management
G4partman)