Geant4 Cross Reference |
1 # - G4had_string_man module build definition 1 # - G4had_string_man module build definition 2 2 3 # Define the Geant4 Module. 3 # Define the Geant4 Module. 4 geant4_add_module(G4had_string_man 4 geant4_add_module(G4had_string_man 5 PUBLIC_HEADERS 5 PUBLIC_HEADERS 6 G4InteractionContent.hh 6 G4InteractionContent.hh 7 G4StringModel.hh 7 G4StringModel.hh 8 G4VParticipants.hh 8 G4VParticipants.hh 9 G4VPartonStringModel.hh 9 G4VPartonStringModel.hh 10 G4VSplitableHadron.hh 10 G4VSplitableHadron.hh 11 G4VStringFragmentation.hh 11 G4VStringFragmentation.hh 12 SOURCES 12 SOURCES 13 G4InteractionContent.cc 13 G4InteractionContent.cc 14 G4StringModel.cc 14 G4StringModel.cc 15 G4VParticipants.cc 15 G4VParticipants.cc 16 G4VPartonStringModel.cc 16 G4VPartonStringModel.cc 17 G4VSplitableHadron.cc 17 G4VSplitableHadron.cc 18 G4VStringFragmentation.cc) 18 G4VStringFragmentation.cc) 19 19 20 geant4_module_link_libraries(G4had_string_man 20 geant4_module_link_libraries(G4had_string_man 21 PUBLIC 21 PUBLIC 22 G4globman 22 G4globman 23 G4hadronic_mgt 23 G4hadronic_mgt 24 G4hadronic_util 24 G4hadronic_util 25 G4hepgeometry 25 G4hepgeometry 26 G4partman 26 G4partman 27 PRIVATE 27 PRIVATE 28 G4shortlived) 28 G4shortlived)