Geant4 Cross Reference |
1 # - G4partman module build definition << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4partman >> 4 # Package: Geant4.src.G4particles.G4partman >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitely. >> 8 # Lists include paths needed. >> 9 # Lists the internal granular and global dependencies of the library. >> 10 # Source specific properties should be added at the end. >> 11 # >> 12 # Generated on : 24/9/2010 >> 13 # >> 14 # $Id$ >> 15 # >> 16 #------------------------------------------------------------------------------ 2 17 >> 18 # List external includes needed. >> 19 include_directories(${CLHEP_INCLUDE_DIRS}) >> 20 >> 21 # List internal includes needed. >> 22 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) >> 23 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) >> 24 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) >> 25 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) >> 26 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) >> 27 include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) >> 28 >> 29 # 3 # Define the Geant4 Module. 30 # Define the Geant4 Module. 4 geant4_add_module(G4partman << 31 # 5 PUBLIC_HEADERS << 32 include(Geant4MacroDefineModule) 6 G4DalitzDecayChannel.hh << 33 GEANT4_DEFINE_MODULE(NAME G4partman 7 G4DecayProducts.hh << 34 HEADERS 8 G4DecayTable.hh << 35 G4DalitzDecayChannel.hh 9 G4DecayTableMessenger.hh << 36 G4DecayProducts.hh 10 G4DynamicParticle.hh << 37 G4DecayTable.hh 11 G4DynamicParticle.icc << 38 G4DecayTableMessenger.hh 12 G4ElectronOccupancy.hh << 39 G4DynamicParticle.hh 13 G4HyperNucleiProperties.hh << 40 G4DynamicParticle.icc 14 G4IonTable.hh << 41 G4DynamicParticleFastVector.hh 15 G4Ions.hh << 42 G4ElectronOccupancy.hh 16 G4IsotopeProperty.hh << 43 G4HyperNucleiProperties.hh 17 G4KL3DecayChannel.hh << 44 G4IonTable.hh 18 G4MuonicAtom.hh << 45 G4Ions.hh 19 G4MuonicAtomHelper.hh << 46 G4IsotopeProperty.hh 20 G4MuonDecayChannel.hh << 47 G4KL3DecayChannel.hh 21 G4MuonDecayChannelWithSpin.hh << 48 G4MuonicAtom.hh 22 G4MuonRadiativeDecayChannelWithSpin.hh << 49 G4MuonicAtomHelper.hh 23 G4NeutronBetaDecayChannel.hh << 50 G4MuonDecayChannel.hh 24 G4NucleiProperties.hh << 51 G4MuonDecayChannelWithSpin.hh 25 G4NucleiPropertiesTableAME12.hh << 52 G4MuonRadiativeDecayChannelWithSpin.hh 26 G4NucleiPropertiesTheoreticalTable.hh << 53 G4NeutronBetaDecayChannel.hh 27 G4NuclideTable.hh << 54 G4NucleiProperties.hh 28 G4NuclideTableMessenger.hh << 55 G4NucleiPropertiesTableAME03.hh 29 G4PDGCodeChecker.hh << 56 G4NucleiPropertiesTableAME12.hh 30 G4PDefManager.hh << 57 G4NucleiPropertiesTheoreticalTable.hh 31 G4ParticleDefinition.hh << 58 G4NuclideTable.hh 32 G4ParticleDefinition.icc << 59 G4NuclideTableMessenger.hh 33 G4ParticleMessenger.hh << 60 G4PDGCodeChecker.hh 34 G4ParticleMomentum.hh << 61 G4PDefManager.hh 35 G4ParticlePropertyData.hh << 62 G4ParticleDefinition.hh 36 G4ParticlePropertyData.icc << 63 G4ParticleDefinition.icc 37 G4ParticlePropertyMessenger.hh << 64 G4ParticleMessenger.hh 38 G4ParticlePropertyTable.hh << 65 G4ParticleMomentum.hh 39 G4ParticleTable.hh << 66 G4ParticlePropertyData.hh 40 G4ParticleTable.icc << 67 G4ParticlePropertyData.icc 41 G4ParticleTableIterator.hh << 68 G4ParticlePropertyMessenger.hh 42 G4ParticleWithCuts.hh << 69 G4ParticlePropertyTable.hh 43 G4ParticlesWorkspace.hh << 70 G4ParticleTable.hh 44 G4PhaseSpaceDecayChannel.hh << 71 G4ParticleTable.icc 45 G4PionRadiativeDecayChannel.hh << 72 G4ParticleTableIterator.hh 46 G4PrimaryParticle.hh << 73 G4ParticleWithCuts.hh 47 G4PrimaryVertex.hh << 74 G4ParticlesWorkspace.hh 48 G4TauLeptonicDecayChannel.hh << 75 G4PhaseSpaceDecayChannel.hh 49 G4VDecayChannel.hh << 76 G4PionRadiativeDecayChannel.hh 50 G4VIsotopeTable.hh << 77 G4PrimaryParticle.hh 51 G4VUserPrimaryParticleInformation.hh << 78 G4PrimaryVertex.hh 52 G4VUserPrimaryVertexInformation.hh << 79 G4TauLeptonicDecayChannel.hh 53 pwdefs.hh << 80 G4VDecayChannel.hh 54 SOURCES << 81 G4VIsotopeTable.hh 55 G4DalitzDecayChannel.cc << 82 G4VUserPrimaryParticleInformation.hh 56 G4DecayProducts.cc << 83 G4VUserPrimaryVertexInformation.hh 57 G4DecayTable.cc << 84 pwdefs.hh 58 G4DecayTableMessenger.cc << 85 SOURCES 59 G4DynamicParticle.cc << 86 G4DalitzDecayChannel.cc 60 G4ElectronOccupancy.cc << 87 G4DecayProducts.cc 61 G4HyperNucleiProperties.cc << 88 G4DecayTable.cc 62 G4IonTable.cc << 89 G4DecayTableMessenger.cc 63 G4Ions.cc << 90 G4DynamicParticle.cc 64 G4IsotopeProperty.cc << 91 G4ElectronOccupancy.cc 65 G4KL3DecayChannel.cc << 92 G4HyperNucleiProperties.cc 66 G4MuonicAtom.cc << 93 G4IonTable.cc 67 G4MuonicAtomHelper.cc << 94 G4Ions.cc 68 G4MuonDecayChannel.cc << 95 G4IsotopeProperty.cc 69 G4MuonDecayChannelWithSpin.cc << 96 G4KL3DecayChannel.cc 70 G4MuonRadiativeDecayChannelWithSpin.cc << 97 G4MuonicAtom.cc 71 G4NeutronBetaDecayChannel.cc << 98 G4MuonicAtomHelper.cc 72 G4NucleiProperties.cc << 99 G4MuonDecayChannel.cc 73 G4NucleiPropertiesTableAME12.cc << 100 G4MuonDecayChannelWithSpin.cc 74 G4NucleiPropertiesTheoreticalTableA.cc << 101 G4MuonRadiativeDecayChannelWithSpin.cc 75 G4NucleiPropertiesTheoreticalTableB.cc << 102 G4NeutronBetaDecayChannel.cc 76 G4NuclideTable.cc << 103 G4NucleiProperties.cc 77 G4NuclideTableMessenger.cc << 104 G4NucleiPropertiesTableAME03.cc 78 G4PDGCodeChecker.cc << 105 G4NucleiPropertiesTableAME12.cc 79 G4PDefManager.cc << 106 G4NucleiPropertiesTheoreticalTableA.cc 80 G4ParticleDefinition.cc << 107 G4NucleiPropertiesTheoreticalTableB.cc 81 G4ParticleMessenger.cc << 108 G4NuclideTable.cc 82 G4ParticlePropertyData.cc << 109 G4NuclideTableMessenger.cc 83 G4ParticlePropertyMessenger.cc << 110 G4PDGCodeChecker.cc 84 G4ParticlePropertyTable.cc << 111 G4PDefManager.cc 85 G4ParticleTable.cc << 112 G4ParticleDefinition.cc 86 G4ParticlesWorkspace.cc << 113 G4ParticleMessenger.cc 87 G4PhaseSpaceDecayChannel.cc << 114 G4ParticlePropertyData.cc 88 G4PionRadiativeDecayChannel.cc << 115 G4ParticlePropertyMessenger.cc 89 G4PrimaryParticle.cc << 116 G4ParticlePropertyTable.cc 90 G4PrimaryVertex.cc << 117 G4ParticleTable.cc 91 G4TauLeptonicDecayChannel.cc << 118 G4ParticlesWorkspace.cc 92 G4VDecayChannel.cc << 119 G4PhaseSpaceDecayChannel.cc 93 G4VIsotopeTable.cc) << 120 G4PionRadiativeDecayChannel.cc >> 121 G4PrimaryParticle.cc >> 122 G4PrimaryVertex.cc >> 123 G4TauLeptonicDecayChannel.cc >> 124 G4VDecayChannel.cc >> 125 G4VIsotopeTable.cc >> 126 G4VUserPrimaryParticleInformation.cc >> 127 G4VUserPrimaryVertexInformation.cc >> 128 GRANULAR_DEPENDENCIES >> 129 G4geometrymng >> 130 G4globman >> 131 G4intercoms >> 132 G4materials >> 133 GLOBAL_DEPENDENCIES >> 134 G4geometry >> 135 G4global >> 136 G4intercoms >> 137 G4materials >> 138 LINK_LIBRARIES >> 139 ) >> 140 >> 141 # List any source specific properties here >> 142 if("$ENV{G4NucleiProperties_USE_OLD_AME_TABLE}") >> 143 set_source_files_properties( >> 144 ${G4partman_SOURCES} >> 145 PROPERTIES COMPILE_DEFINITIONS G4NucleiProperties_USE_OLD_AME_TABLE >> 146 ) >> 147 endif() >> 148 94 149 95 geant4_module_link_libraries(G4partman PUBLIC <<