Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,84 +1,51 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4had_fission
|
||||
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_fission
|
||||
#
|
||||
# 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 : 08/11/2013
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4had_fission module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
GEANT4_DEFINE_MODULE(NAME G4had_fission
|
||||
HEADERS
|
||||
G4FissLib.hh
|
||||
G4FissionLibrary.hh
|
||||
G4LFission.hh
|
||||
G4LLNLFission.hh
|
||||
G4fissionEvent.hh
|
||||
SOURCES
|
||||
G4FissLib.cc
|
||||
G4FissionLibrary.cc
|
||||
G4LFission.cc
|
||||
G4LLNLFission.cc
|
||||
G4SmpGEng.cc
|
||||
G4SmpIsoDir.cc
|
||||
G4SmpNEngCf252.cc
|
||||
G4SmpNVel.cc
|
||||
G4SmpNuDistDataPu239.cc
|
||||
G4SmpNuDistDataPu239_241.cc
|
||||
G4SmpNuDistDataPu239_241_MC.cc
|
||||
G4SmpNuDistDataU232_234_236_238.cc
|
||||
G4SmpNuDistDataU232_234_236_238_MC.cc
|
||||
G4SmpNuDistDataU233_235.cc
|
||||
G4SmpNuDistDataU233_235_MC.cc
|
||||
G4SmpNuDistDataU235.cc
|
||||
G4SmpNuDistDataU238.cc
|
||||
G4SmpNugDist.cc
|
||||
G4SmpPVel.cc
|
||||
G4SmpSpNuDistData.cc
|
||||
G4SmpSpNubarData.cc
|
||||
G4SmpSpNugDistData.cc
|
||||
G4SmpTerrell.cc
|
||||
G4SmpWatt.cc
|
||||
G4fissionEvent.cc
|
||||
G4fissionerr.cc
|
||||
G4rngc.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4baryons
|
||||
G4bosons
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4had_mod_man
|
||||
G4had_par_hp
|
||||
G4hadronic_mgt
|
||||
G4hadronic_proc
|
||||
G4hadronic_util
|
||||
G4hadronic_xsect
|
||||
G4ions
|
||||
G4leptons
|
||||
G4materials
|
||||
G4mesons
|
||||
G4partman
|
||||
G4procman
|
||||
G4track
|
||||
G4volumes
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4geometry
|
||||
G4global
|
||||
G4materials
|
||||
G4particles
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_add_module(G4had_fission
|
||||
PUBLIC_HEADERS
|
||||
G4FissLib.hh
|
||||
G4FissionLibrary.hh
|
||||
G4LFission.hh
|
||||
G4LLNLFission.hh
|
||||
G4fissionEvent.hh
|
||||
SOURCES
|
||||
G4FissLib.cc
|
||||
G4FissionLibrary.cc
|
||||
G4LFission.cc
|
||||
G4LLNLFission.cc
|
||||
G4SmpGEng.cc
|
||||
G4SmpIsoDir.cc
|
||||
G4SmpNEngCf252.cc
|
||||
G4SmpNVel.cc
|
||||
G4SmpNuDistDataPu239.cc
|
||||
G4SmpNuDistDataPu239_241.cc
|
||||
G4SmpNuDistDataPu239_241_MC.cc
|
||||
G4SmpNuDistDataU232_234_236_238.cc
|
||||
G4SmpNuDistDataU232_234_236_238_MC.cc
|
||||
G4SmpNuDistDataU233_235.cc
|
||||
G4SmpNuDistDataU233_235_MC.cc
|
||||
G4SmpNuDistDataU235.cc
|
||||
G4SmpNuDistDataU238.cc
|
||||
G4SmpNugDist.cc
|
||||
G4SmpPVel.cc
|
||||
G4SmpSpNuDistData.cc
|
||||
G4SmpSpNubarData.cc
|
||||
G4SmpSpNugDistData.cc
|
||||
G4SmpTerrell.cc
|
||||
G4SmpWatt.cc
|
||||
G4fissionEvent.cc
|
||||
G4fissionerr.cc
|
||||
G4rngc.cc)
|
||||
|
||||
geant4_module_link_libraries(G4had_fission
|
||||
PUBLIC
|
||||
G4baryons
|
||||
G4bosons
|
||||
G4globman
|
||||
G4had_par_hp
|
||||
G4hadronic_mgt
|
||||
G4hadronic_util
|
||||
G4heprandom
|
||||
G4leptons
|
||||
G4materials
|
||||
G4track)
|
||||
|
||||
Reference in New Issue
Block a user