136 lines
5.0 KiB
CMake
136 lines
5.0 KiB
CMake
#------------------------------------------------------------------------------
|
|
# sources.cmake
|
|
# Module : G4hadronic_radioactivedecay
|
|
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_radioactivedecay
|
|
#
|
|
# Sources description for a library.
|
|
# Lists the sources and headers of the code explicitely.
|
|
# 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
|
|
#
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
# List external includes needed.
|
|
include_directories(${CLHEP_INCLUDE_DIRS})
|
|
|
|
# List internal includes needed.
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/lowenergy/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/photon_evaporation/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/util/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/util/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/processes/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
|
|
|
|
#
|
|
# Define the Geant4 Module.
|
|
#
|
|
include(Geant4MacroDefineModule)
|
|
GEANT4_DEFINE_MODULE(NAME G4hadronic_radioactivedecay
|
|
HEADERS
|
|
G4AlphaDecay.hh
|
|
G4BatemanParameters.hh
|
|
G4BetaDecayCorrections.hh
|
|
G4BetaDecayType.hh
|
|
G4BetaMinusDecay.hh
|
|
G4BetaPlusDecay.hh
|
|
G4ECDecay.hh
|
|
G4ITDecay.hh
|
|
G4NeutronDecay.hh
|
|
G4NuclearDecay.hh
|
|
G4NucleusLimits.hh
|
|
G4ProtonDecay.hh
|
|
G4RadioactiveDecay.hh
|
|
G4RadioactiveDecayBase.hh
|
|
G4RadioactiveDecayBaseMessenger.hh
|
|
G4Radioactivation.hh
|
|
G4RadioactivationMessenger.hh
|
|
G4RadioactiveDecayMode.hh
|
|
G4RadioactiveDecayRatesToDaughter.hh
|
|
G4RadioactiveDecayChainsFromParent.hh
|
|
G4RadioactiveDecaymessenger.hh
|
|
G4RadioactivityTable.hh
|
|
G4UIcmdWithNucleusLimits.hh
|
|
G4UserLimitsForRD.hh
|
|
SOURCES
|
|
G4AlphaDecay.cc
|
|
G4BatemanParameters.cc
|
|
G4BetaDecayCorrections.cc
|
|
G4BetaDecayType.cc
|
|
G4BetaMinusDecay.cc
|
|
G4BetaPlusDecay.cc
|
|
G4ECDecay.cc
|
|
G4ITDecay.cc
|
|
G4NeutronDecay.cc
|
|
G4NuclearDecay.cc
|
|
G4NucleusLimits.cc
|
|
G4ProtonDecay.cc
|
|
G4RadioactiveDecay.cc
|
|
G4RadioactiveDecayBase.cc
|
|
G4RadioactiveDecayBaseMessenger.cc
|
|
G4Radioactivation.cc
|
|
G4RadioactivationMessenger.cc
|
|
G4RadioactiveDecayMode.cc
|
|
G4RadioactiveDecayRatesToDaughter.cc
|
|
G4RadioactiveDecayChainsFromParent.cc
|
|
G4RadioactiveDecaymessenger.cc
|
|
G4RadioactivityTable.cc
|
|
G4UIcmdWithNucleusLimits.cc
|
|
GRANULAR_DEPENDENCIES
|
|
G4baryons
|
|
G4bosons
|
|
G4emutils
|
|
G4geometrymng
|
|
G4globman
|
|
G4had_mod_util
|
|
G4hadronic_deex_management
|
|
G4hadronic_deex_photon_evaporation
|
|
G4hadronic_deex_util
|
|
G4hadronic_mgt
|
|
G4hadronic_proc
|
|
G4hadronic_util
|
|
G4hadronic_xsect
|
|
G4intercoms
|
|
G4ions
|
|
G4leptons
|
|
G4materials
|
|
G4mesons
|
|
G4partman
|
|
G4procman
|
|
G4track
|
|
G4volumes
|
|
GLOBAL_DEPENDENCIES
|
|
G4geometry
|
|
G4global
|
|
G4intercoms
|
|
G4materials
|
|
G4particles
|
|
G4track
|
|
LINK_LIBRARIES
|
|
)
|
|
|
|
# List any source specific properties here
|