44 lines
893 B
CMake
44 lines
893 B
CMake
#------------------------------------------------------------------------------
|
|
# Module : G4ions
|
|
# Package: Geant4.src.G4particles..G4ions
|
|
#------------------------------------------------------------------------------
|
|
|
|
#
|
|
# Define the Geant4 Module.
|
|
#
|
|
geant4_define_module(NAME G4ions
|
|
HEADERS
|
|
G4Alpha.hh
|
|
G4AntiAlpha.hh
|
|
G4AntiDeuteron.hh
|
|
G4AntiHe3.hh
|
|
G4AntiTriton.hh
|
|
G4Deuteron.hh
|
|
G4GenericIon.hh
|
|
G4He3.hh
|
|
G4IonConstructor.hh
|
|
G4Triton.hh
|
|
G4GenericMuonicAtom.hh
|
|
SOURCES
|
|
G4Alpha.cc
|
|
G4AntiAlpha.cc
|
|
G4AntiDeuteron.cc
|
|
G4AntiHe3.cc
|
|
G4AntiTriton.cc
|
|
G4Deuteron.cc
|
|
G4GenericIon.cc
|
|
G4He3.cc
|
|
G4IonConstructor.cc
|
|
G4Triton.cc
|
|
G4GenericMuonicAtom.cc
|
|
GRANULAR_DEPENDENCIES
|
|
G4globman
|
|
G4materials
|
|
G4partman
|
|
GLOBAL_DEPENDENCIES
|
|
G4global
|
|
G4materials
|
|
)
|
|
|
|
# List any source specific properties here
|