Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+6 -15
View File
@@ -1,24 +1,15 @@
#------------------------------------------------------------------------------
# Module :
# Package: Geant4.src.G4global.
#------------------------------------------------------------------------------
# - G4heprandom module build definition
#
# Define the Geant4 Module.
#
geant4_define_module(NAME G4heprandom
HEADERS
geant4_add_module(G4heprandom
PUBLIC_HEADERS
G4Poisson.hh
G4QuickRand.hh
G4RandomDirection.hh
G4RandomTools.hh
G4UniformRandPool.hh
G4UniformRandPool.hh
Randomize.hh
SOURCES
G4Poisson.cc
G4UniformRandPool.cc
GRANULAR_DEPENDENCIES
G4globman
)
G4UniformRandPool.cc)
# List any source specific properties here
geant4_module_link_libraries(G4heprandom PUBLIC G4globman)