Geant4 Cross Reference |
1 # - G4GMocren module definition << 1 #------------------------------------------------------------------------------ >> 2 # Module : G4GMocren >> 3 # Package: Geant4.src.G4visualization.G4GMocren >> 4 #------------------------------------------------------------------------------ 2 5 >> 6 # 3 # Define the Geant4 Module. 7 # Define the Geant4 Module. 4 geant4_add_module(G4GMocren << 8 # 5 PUBLIC_HEADERS << 9 geant4_define_module(NAME G4GMocren >> 10 HEADERS 6 G4GMocrenFile.hh 11 G4GMocrenFile.hh 7 PRIVATE_HEADERS << 8 G4GMocrenFileCTtoDensityMap.hh 12 G4GMocrenFileCTtoDensityMap.hh 9 G4GMocrenFileSceneHandler.hh 13 G4GMocrenFileSceneHandler.hh 10 G4GMocrenFileViewer.hh 14 G4GMocrenFileViewer.hh 11 G4GMocrenIO.hh 15 G4GMocrenIO.hh 12 G4GMocrenMessenger.hh 16 G4GMocrenMessenger.hh 13 G4GMocrenTouchable.hh 17 G4GMocrenTouchable.hh 14 SOURCES 18 SOURCES 15 G4GMocrenFile.cc 19 G4GMocrenFile.cc 16 G4GMocrenFileCTtoDensityMap.cc 20 G4GMocrenFileCTtoDensityMap.cc 17 G4GMocrenFileSceneHandler.cc 21 G4GMocrenFileSceneHandler.cc 18 G4GMocrenFileViewer.cc 22 G4GMocrenFileViewer.cc 19 G4GMocrenIO.cc 23 G4GMocrenIO.cc 20 G4GMocrenMessenger.cc) << 24 G4GMocrenMessenger.cc 21 << 25 GRANULAR_DEPENDENCIES 22 geant4_module_link_libraries(G4GMocren << 23 PUBLIC << 24 G4vis_management << 25 PRIVATE << 26 G4csg 26 G4csg >> 27 G4detutils >> 28 G4digits >> 29 G4event 27 G4geometrymng 30 G4geometrymng 28 G4globman 31 G4globman 29 G4graphics_reps 32 G4graphics_reps >> 33 G4hepnumerics 30 G4hits 34 G4hits 31 G4intercoms 35 G4intercoms 32 G4modeling << 33 G4materials 36 G4materials >> 37 G4modeling 34 G4navigation 38 G4navigation 35 G4hepgeometry << 39 G4partman 36 G4detutils << 40 G4specsolids 37 G4tracking) << 41 G4tracking >> 42 G4vis_management >> 43 GLOBAL_DEPENDENCIES >> 44 G4digits_hits >> 45 G4event >> 46 G4geometry >> 47 G4global >> 48 G4graphics_reps >> 49 G4intercoms >> 50 G4materials >> 51 G4modeling >> 52 G4particles >> 53 G4tracking >> 54 G4vis_management >> 55 ) >> 56 >> 57 # List any source specific properties here >> 58