Files
geant4/source/processes/hadronic/models/de_excitation/fermi_breakup/sources.cmake
T
2020-12-04 12:30:43 +01:00

55 lines
1.5 KiB
CMake

#------------------------------------------------------------------------------
# sources.cmake
# Module : G4hadronic_deex_fermi_breakup
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_deex.G4hadronic_deex_fermi_breakup
#
# Sources description for a library.
# Lists the sources and headers of the code explicitly.
# Lists include paths needed.
# Lists the internal granular and global dependencies of the library.
# Source specific properties should be added at the end.
#
# Generated on : 24/9/2010
#
#
#------------------------------------------------------------------------------
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4hadronic_deex_fermi_breakup
HEADERS
G4FermiBreakUpVI.hh
G4FermiChannels.hh
G4FermiDecayProbability.hh
G4FermiFragment.hh
G4FermiFragmentsPoolVI.hh
G4FermiPair.hh
G4FermiPhaseSpaceDecay.hh
G4VFermiBreakUp.hh
SOURCES
G4FermiBreakUpVI.cc
G4FermiDecayProbability.cc
G4FermiFragment.cc
G4FermiFragmentsPoolVI.cc
G4FermiPair.cc
G4FermiPhaseSpaceDecay.cc
GRANULAR_DEPENDENCIES
G4baryons
G4bosons
G4globman
G4had_mod_util
G4hadronic_deex_management
G4hadronic_util
G4hepnumerics
G4leptons
G4partman
GLOBAL_DEPENDENCIES
G4global
G4particles
LINK_LIBRARIES
)
# List any source specific properties here