Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/digits_hits/CMakeLists.txt

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 # - G4digits_hits category build
  2 add_definitions(-DG4DIGI_ALLOC_EXPORT)
  3 
  4 include(detector/sources.cmake)
  5 include(digits/sources.cmake)
  6 include(hits/sources.cmake)
  7 include(scorer/sources.cmake)
  8 include(utils/sources.cmake)
  9 
 10 geant4_add_category(G4digits_hits MODULES G4detector G4digits G4hits G4detscorer G4detutils)