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
+36 -59
View File
@@ -1,62 +1,39 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4optical
# Package: Geant4.src.G4processes.G4optical
#
# 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
#
#
#------------------------------------------------------------------------------
# - G4optical module build definition
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4optical
HEADERS
G4OpAbsorption.hh
G4OpBoundaryProcess.hh
G4OpMieHG.hh
G4OpProcessSubType.hh
G4OpRayleigh.hh
G4OpWLS.hh
G4OpWLS2.hh
G4VWLSTimeGeneratorProfile.hh
G4WLSTimeGeneratorProfileDelta.hh
G4WLSTimeGeneratorProfileExponential.hh
SOURCES
G4OpAbsorption.cc
G4OpBoundaryProcess.cc
G4OpMieHG.cc
G4OpRayleigh.cc
G4OpWLS.cc
G4OpWLS2.cc
G4VWLSTimeGeneratorProfile.cc
G4WLSTimeGeneratorProfileDelta.cc
G4WLSTimeGeneratorProfileExponential.cc
GRANULAR_DEPENDENCIES
G4bosons
G4geometrymng
G4globman
G4materials
G4navigation
G4partman
G4procman
G4track
G4volumes
GLOBAL_DEPENDENCIES
G4geometry
G4global
G4materials
G4particles
G4track
LINK_LIBRARIES
)
# List any source specific properties here
geant4_add_module(G4optical
PUBLIC_HEADERS
G4OpAbsorption.hh
G4OpBoundaryProcess.hh
G4OpMieHG.hh
G4OpProcessSubType.hh
G4OpRayleigh.hh
G4OpWLS.hh
G4OpWLS2.hh
G4VWLSTimeGeneratorProfile.hh
G4WLSTimeGeneratorProfileDelta.hh
G4WLSTimeGeneratorProfileExponential.hh
SOURCES
G4OpAbsorption.cc
G4OpBoundaryProcess.cc
G4OpMieHG.cc
G4OpRayleigh.cc
G4OpWLS.cc
G4OpWLS2.cc
G4VWLSTimeGeneratorProfile.cc
G4WLSTimeGeneratorProfileDelta.cc
G4WLSTimeGeneratorProfileExponential.cc)
geant4_module_link_libraries(G4optical
PUBLIC
G4bosons
G4globman
G4heprandom
G4materials
G4procman
PRIVATE
G4detector
G4emutils
G4navigation
G4scoring
G4volumes)