Geant4 Cross Reference (Editor's cut) |
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 )