Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/readout/sources.cmake

Version: [ ReleaseNotes ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3 ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ]

  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)