Files
geant4/source/parameterisations/gflash/sources.cmake
T
2020-12-04 12:30:43 +01:00

83 lines
2.0 KiB
CMake

#------------------------------------------------------------------------------
# sources.cmake
# Module : G4gflash
# Package: Geant4.src.G4parmodels.G4gflash
#
# 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
#
#
#------------------------------------------------------------------------------
#
# Define the Geant4 Module.
#
GEANT4_DEFINE_MODULE(NAME G4gflash
HEADERS
G4GFlashSpot.hh
G4VGFlashSensitiveDetector.hh
GFlashEnergySpot.hh
GFlashHitMaker.hh
GFlashHomoShowerParameterisation.hh
GFlashParticleBounds.hh
GFlashSamplingShowerParameterisation.hh
GFlashSamplingShowerTuning.hh
GFlashShowerModel.hh
GFlashShowerModelMessenger.hh
GVFlashHomoShowerTuning.hh
GVFlashShowerParameterisation.hh
Gamma.hh
SOURCES
GFlashEnergySpot.cc
GFlashHitMaker.cc
GFlashHomoShowerParameterisation.cc
GFlashParticleBounds.cc
GFlashSamplingShowerParameterisation.cc
GFlashShowerModel.cc
GFlashShowerModelMessenger.cc
GVFlashShowerParameterisation.cc
Gamma.cc
GRANULAR_DEPENDENCIES
G4baryons
G4bosons
G4cuts
G4detector
G4emutils
G4geometrymng
G4globman
G4graphics_reps
G4hepnumerics
G4hits
G4intercoms
G4ions
G4leptons
G4materials
G4mesons
G4muons
G4navigation
G4parameterisation
G4partman
G4procman
G4track
G4volumes
GLOBAL_DEPENDENCIES
G4digits_hits
G4geometry
G4global
G4graphics_reps
G4intercoms
G4materials
G4particles
G4processes
G4track
LINK_LIBRARIES
)
# List any source specific properties here