Geant4 Cross Reference (Editor's cut) |
1 # - G4readout module build definition 2 3 # Define the Geant4 Module. 4 geant4_add_module(G4readout 5 PUBLIC_HEADERS 6 G4DCtable.hh 7 G4DMmessenger.hh 8 G4DigiManager.hh 9 G4VDigitizerModule.hh 10 SOURCES 11 G4DCtable.cc 12 G4DMmessenger.cc 13 G4DigiManager.cc 14 G4VDigitizerModule.cc) 15 16 geant4_module_link_libraries(G4readout 17 PUBLIC 18 G4globman 19 G4intercoms 20 PRIVATE 21 G4detector 22 G4digits 23 G4event 24 G4hits 25 G4run)