Geant4 Cross Reference |
1 # - G4hadronic_em_dissociation module build de << 1 #------------------------------------------------------------------------------ >> 2 # sources.cmake >> 3 # Module : G4hadronic_em_dissociation >> 4 # Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_em_dissociation >> 5 # >> 6 # Sources description for a library. >> 7 # Lists the sources and headers of the code explicitly. >> 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 # >> 15 #------------------------------------------------------------------------------ 2 16 >> 17 # 3 # Define the Geant4 Module. 18 # Define the Geant4 Module. 4 geant4_add_module(G4hadronic_em_dissociation << 19 # 5 PUBLIC_HEADERS G4EMDissociation.hh << 20 GEANT4_DEFINE_MODULE(NAME G4hadronic_em_dissociation 6 SOURCES G4EMDissociation.cc) << 21 HEADERS >> 22 G4EMDissociation.hh >> 23 SOURCES >> 24 G4EMDissociation.cc >> 25 GRANULAR_DEPENDENCIES >> 26 G4baryons >> 27 G4bosons >> 28 G4geometrymng >> 29 G4globman >> 30 G4had_im_r_matrix >> 31 G4had_mod_man >> 32 G4had_mod_util >> 33 G4had_preequ_exciton >> 34 G4hadronic_deex_evaporation >> 35 G4hadronic_deex_fermi_breakup >> 36 G4hadronic_deex_handler >> 37 G4hadronic_deex_management >> 38 G4hadronic_deex_multifragmentation >> 39 G4hadronic_deex_photon_evaporation >> 40 G4hadronic_deex_util >> 41 G4hadronic_mgt >> 42 G4hadronic_proc >> 43 G4hadronic_util >> 44 G4hadronic_xsect >> 45 G4hepnumerics >> 46 G4ions >> 47 G4leptons >> 48 G4magneticfield >> 49 G4materials >> 50 G4mesons >> 51 G4partman >> 52 G4procman >> 53 G4shortlived >> 54 G4track >> 55 G4volumes >> 56 GLOBAL_DEPENDENCIES >> 57 G4geometry >> 58 G4global >> 59 G4materials >> 60 G4particles >> 61 G4track >> 62 LINK_LIBRARIES >> 63 ) >> 64 >> 65 # List any source specific properties here 7 66 8 geant4_module_link_libraries(G4hadronic_em_dis << 9 PUBLIC << 10 G4globman << 11 G4hadronic_deex_handler << 12 G4hadronic_mgt << 13 G4hadronic_util << 14 G4hadronic_xsect << 15 PRIVATE << 16 G4baryons << 17 G4hepgeometry << 18 G4heprandom << 19 G4partman) <<