Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,21 +1,16 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Module : G4bosons
|
||||
# Package: Geant4.src.G4particles.G4bosons
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4bosons module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
geant4_define_module(NAME G4bosons
|
||||
HEADERS
|
||||
geant4_add_module(G4bosons
|
||||
PUBLIC_HEADERS
|
||||
G4BosonConstructor.hh
|
||||
G4ChargedGeantino.hh
|
||||
G4Gamma.hh
|
||||
G4Geantino.hh
|
||||
G4OpticalPhoton.hh
|
||||
G4PhononLong.hh
|
||||
G4PhononTransFast.hh
|
||||
G4PhononTransSlow.hh
|
||||
G4PhononLong.hh
|
||||
G4PhononTransFast.hh
|
||||
G4PhononTransSlow.hh
|
||||
G4UnknownParticle.hh
|
||||
SOURCES
|
||||
G4BosonConstructor.cc
|
||||
@@ -23,17 +18,9 @@ geant4_define_module(NAME G4bosons
|
||||
G4Gamma.cc
|
||||
G4Geantino.cc
|
||||
G4OpticalPhoton.cc
|
||||
G4PhononLong.cc
|
||||
G4PhononTransFast.cc
|
||||
G4PhononTransSlow.cc
|
||||
G4UnknownParticle.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4globman
|
||||
G4materials
|
||||
G4partman
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4global
|
||||
G4materials
|
||||
)
|
||||
G4PhononLong.cc
|
||||
G4PhononTransFast.cc
|
||||
G4PhononTransSlow.cc
|
||||
G4UnknownParticle.cc)
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_module_link_libraries(G4bosons PUBLIC G4partman G4globman)
|
||||
|
||||
Reference in New Issue
Block a user