Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/analysis/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 # - G4analysis category build
  2 if(GEANT4_USE_FREETYPE)
  3   add_definitions(-DTOOLS_USE_FREETYPE)
  4 endif()
  5 
  6 include(accumulables/sources.cmake)
  7 include(csv/sources.cmake)
  8 include(factory/sources.cmake)
  9 include(hntools/sources.cmake)
 10 include(management/sources.cmake)
 11 include(root/sources.cmake)
 12 include(xml/sources.cmake)
 13 
 14 geant4_add_category(G4analysis MODULES G4accumulables G4csv G4analysisfac G4hntools G4analysismng G4root G4xml)
 15 
 16 if(GEANT4_USE_HDF5)
 17   include(hdf5/sources.cmake)
 18   geant4_category_modules(G4analysis G4hdf5)
 19 endif()
 20