Geant4 Cross Reference (Editor's cut) |
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 G4UItokenNum.hh 28 G4VFlavoredParallelWorld.hh 29 G4VGlobalFastSimulationManager.hh 30 icomsdefs.hh 31 PRIVATE_HEADERS 32 G4LocalThreadCoutMessenger.hh 33 G4ProfilerMessenger.hh 34 G4UIaliasList.hh 35 G4UIcontrolMessenger.hh 36 G4UIparsing.hh 37 G4UnitsMessenger.hh 38 SOURCES 39 G4LocalThreadCoutMessenger.cc 40 G4GenericMessenger.cc 41 G4ProfilerMessenger.cc 42 G4UIaliasList.cc 43 G4UIbatch.cc 44 G4UIbridge.cc 45 G4UIcmdWith3Vector.cc 46 G4UIcmdWith3VectorAndUnit.cc 47 G4UIcmdWithABool.cc 48 G4UIcmdWithADouble.cc 49 G4UIcmdWithADoubleAndUnit.cc 50 G4UIcmdWithAString.cc 51 G4UIcmdWithAnInteger.cc 52 G4UIcmdWithALongInt.cc 53 G4UIcmdWithoutParameter.cc 54 G4UIcommand.cc 55 G4UIcommandTree.cc 56 G4UIcontrolMessenger.cc 57 G4UIdirectory.cc 58 G4UImanager.cc 59 G4UImessenger.cc 60 G4UIparameter.cc 61 G4UIsession.cc 62 G4UnitsMessenger.cc 63 G4VGlobalFastSimulationManager.cc) 64 65 geant4_module_compile_definitions(G4intercoms PRIVATE G4ICOMS_ALLOC_EXPORT) 66 67 geant4_module_link_libraries(G4intercoms PUBLIC G4globman PRIVATE ${timemory_LIBRARIES})