Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/particles/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 # - G4particles category build
  2 add_definitions(-DG4PARTICLES_ALLOC_EXPORT)
  3 
  4 # Compose library from subcategories
  5 foreach(modfile
  6     adjoint/sources.cmake
  7     bosons/sources.cmake
  8     hadrons/barions/sources.cmake
  9     hadrons/ions/sources.cmake
 10     hadrons/mesons/sources.cmake
 11     leptons/sources.cmake
 12     management/sources.cmake
 13     shortlived/sources.cmake
 14     utils/sources.cmake)
 15   include(${modfile})
 16 endforeach()
 17 
 18 geant4_add_category(G4particles
 19   MODULES
 20     G4partadj
 21     G4bosons
 22     G4baryons
 23     G4ions
 24     G4mesons
 25     G4leptons
 26     G4partman
 27     G4shortlived
 28     G4partutils )