Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/geometry/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 # - G4geometry category builds
  2 add_definitions(-DG4GEOM_ALLOC_EXPORT)
  3 
  4 include(biasing/sources.cmake)
  5 include(divisions/sources.cmake)
  6 include(magneticfield/sources.cmake)
  7 include(management/sources.cmake)
  8 include(navigation/sources.cmake)
  9 include(solids/Boolean/sources.cmake)
 10 include(solids/CSG/sources.cmake)
 11 include(solids/specific/sources.cmake)
 12 include(volumes/sources.cmake)
 13 
 14 geant4_add_category(G4geometry MODULES
 15   G4geombias
 16   G4geomdivision
 17   G4magneticfield
 18   G4geometrymng
 19   G4navigation
 20   G4geomBoolean
 21   G4csg
 22   G4specsolids
 23   G4volumes)