Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/intercoms/sources.cmake

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 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 ] [ 11.3.0 ]

  1 # - G4intercoms module build definition
  2 
  3 geant4_add_module(G4intercoms
  4   PUBLIC_HEADERS
  5     G4AnyMethod.hh
  6     G4AnyType.hh
  7     G4GenericMessenger.hh
  8     G4UIbatch.hh
  9     G4UIbridge.hh
 10     G4UIcmdWith3Vector.hh
 11     G4UIcmdWith3VectorAndUnit.hh
 12     G4UIcmdWithABool.hh
 13     G4UIcmdWithADouble.hh
 14     G4UIcmdWithADoubleAndUnit.hh
 15     G4UIcmdWithAString.hh
 16     G4UIcmdWithAnInteger.hh
 17     G4UIcmdWithALongInt.hh
 18     G4UIcmdWithoutParameter.hh
 19     G4UIcommand.hh
 20     G4UIcommandStatus.hh
 21     G4UIcommandTree.hh
 22     G4UIdirectory.hh
 23     G4UImanager.hh
 24     G4UImessenger.hh
 25     G4UIparameter.hh
 26     G4UIsession.hh
 27     G4VFlavoredParallelWorld.hh
 28     G4VGlobalFastSimulationManager.hh
 29     icomsdefs.hh
 30   PRIVATE_HEADERS
 31     G4LocalThreadCoutMessenger.hh
 32     G4UIaliasList.hh
 33     G4UIcontrolMessenger.hh
 34     G4UIparsing.hh
 35     G4UItokenNum.hh
 36     G4UnitsMessenger.hh
 37   SOURCES
 38     G4LocalThreadCoutMessenger.cc
 39     G4GenericMessenger.cc
 40     G4UIaliasList.cc
 41     G4UIbatch.cc
 42     G4UIbridge.cc
 43     G4UIcmdWith3Vector.cc
 44     G4UIcmdWith3VectorAndUnit.cc
 45     G4UIcmdWithABool.cc
 46     G4UIcmdWithADouble.cc
 47     G4UIcmdWithADoubleAndUnit.cc
 48     G4UIcmdWithAString.cc
 49     G4UIcmdWithAnInteger.cc
 50     G4UIcmdWithALongInt.cc
 51     G4UIcmdWithoutParameter.cc
 52     G4UIcommand.cc
 53     G4UIcommandTree.cc
 54     G4UIcontrolMessenger.cc
 55     G4UIdirectory.cc
 56     G4UImanager.cc
 57     G4UImessenger.cc
 58     G4UIparameter.cc
 59     G4UIparsing.cc
 60     G4UIsession.cc
 61     G4UnitsMessenger.cc
 62     G4VGlobalFastSimulationManager.cc)
 63 
 64 geant4_module_compile_definitions(G4intercoms PRIVATE G4ICOMS_ALLOC_EXPORT)
 65 
 66 geant4_module_link_libraries(G4intercoms PUBLIC G4globman)