Geant4 Cross Reference |
1 # - G4shortlived module build definition 1 # - G4shortlived module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4shortlived 4 geant4_add_module(G4shortlived 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4DiQuarks.hh 6 G4DiQuarks.hh 7 G4ExcitedBaryonConstructor.hh 7 G4ExcitedBaryonConstructor.hh 8 G4ExcitedBaryons.hh 8 G4ExcitedBaryons.hh 9 G4ExcitedDeltaConstructor.hh 9 G4ExcitedDeltaConstructor.hh 10 G4ExcitedLambdaConstructor.hh 10 G4ExcitedLambdaConstructor.hh 11 G4ExcitedMesonConstructor.hh 11 G4ExcitedMesonConstructor.hh 12 G4ExcitedMesons.hh 12 G4ExcitedMesons.hh 13 G4ExcitedNucleonConstructor.hh 13 G4ExcitedNucleonConstructor.hh 14 G4ExcitedSigmaConstructor.hh 14 G4ExcitedSigmaConstructor.hh 15 G4ExcitedXiConstructor.hh 15 G4ExcitedXiConstructor.hh 16 G4Gluons.hh 16 G4Gluons.hh 17 G4Quarks.hh 17 G4Quarks.hh 18 G4ShortLivedConstructor.hh 18 G4ShortLivedConstructor.hh 19 G4VShortLivedParticle.hh 19 G4VShortLivedParticle.hh 20 SOURCES 20 SOURCES 21 G4DiQuarks.cc 21 G4DiQuarks.cc 22 G4ExcitedBaryonConstructor.cc 22 G4ExcitedBaryonConstructor.cc 23 G4ExcitedBaryons.cc 23 G4ExcitedBaryons.cc 24 G4ExcitedDeltaConstructor.cc 24 G4ExcitedDeltaConstructor.cc 25 G4ExcitedLambdaConstructor.cc 25 G4ExcitedLambdaConstructor.cc 26 G4ExcitedMesonConstructor.cc 26 G4ExcitedMesonConstructor.cc 27 G4ExcitedMesons.cc 27 G4ExcitedMesons.cc 28 G4ExcitedNucleonConstructor.cc 28 G4ExcitedNucleonConstructor.cc 29 G4ExcitedSigmaConstructor.cc 29 G4ExcitedSigmaConstructor.cc 30 G4ExcitedXiConstructor.cc 30 G4ExcitedXiConstructor.cc 31 G4Gluons.cc 31 G4Gluons.cc 32 G4Quarks.cc 32 G4Quarks.cc 33 G4ShortLivedConstructor.cc 33 G4ShortLivedConstructor.cc 34 G4VShortLivedParticle.cc) 34 G4VShortLivedParticle.cc) 35 35 36 geant4_module_link_libraries(G4shortlived PUBL 36 geant4_module_link_libraries(G4shortlived PUBLIC G4globman G4partman)