Geant4 Cross Reference |
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)