72 lines
1.7 KiB
CMake
72 lines
1.7 KiB
CMake
#------------------------------------------------------------------------------
|
|
# Module : G4intercoms
|
|
# Package: Geant4.src.G4intercoms
|
|
#------------------------------------------------------------------------------
|
|
|
|
#
|
|
# Define the Geant4 Module.
|
|
#
|
|
geant4_define_module(NAME G4intercoms
|
|
HEADERS
|
|
G4AnyMethod.hh
|
|
G4AnyType.hh
|
|
G4GenericMessenger.hh
|
|
G4LocalThreadCoutMessenger.hh
|
|
G4UIaliasList.hh
|
|
G4UIbatch.hh
|
|
G4UIbridge.hh
|
|
G4UIcmdWith3Vector.hh
|
|
G4UIcmdWith3VectorAndUnit.hh
|
|
G4UIcmdWithABool.hh
|
|
G4UIcmdWithADouble.hh
|
|
G4UIcmdWithADoubleAndUnit.hh
|
|
G4UIcmdWithAString.hh
|
|
G4UIcmdWithAnInteger.hh
|
|
G4UIcmdWithoutParameter.hh
|
|
G4UIcommand.hh
|
|
G4UIcommandStatus.hh
|
|
G4UIcommandTree.hh
|
|
G4UIcontrolMessenger.hh
|
|
G4UIdirectory.hh
|
|
G4UImanager.hh
|
|
G4UImessenger.hh
|
|
G4UIparameter.hh
|
|
G4UIsession.hh
|
|
G4UItokenNum.hh
|
|
G4UnitsMessenger.hh
|
|
G4VFlavoredParallelWorld.hh
|
|
G4VGlobalFastSimulationManager.hh
|
|
icomsdefs.hh
|
|
SOURCES
|
|
G4LocalThreadCoutMessenger.cc
|
|
G4GenericMessenger.cc
|
|
G4UIaliasList.cc
|
|
G4UIbatch.cc
|
|
G4UIbridge.cc
|
|
G4UIcmdWith3Vector.cc
|
|
G4UIcmdWith3VectorAndUnit.cc
|
|
G4UIcmdWithABool.cc
|
|
G4UIcmdWithADouble.cc
|
|
G4UIcmdWithADoubleAndUnit.cc
|
|
G4UIcmdWithAString.cc
|
|
G4UIcmdWithAnInteger.cc
|
|
G4UIcmdWithoutParameter.cc
|
|
G4UIcommand.cc
|
|
G4UIcommandTree.cc
|
|
G4UIcontrolMessenger.cc
|
|
G4UIdirectory.cc
|
|
G4UImanager.cc
|
|
G4UImessenger.cc
|
|
G4UIparameter.cc
|
|
G4UIsession.cc
|
|
G4UnitsMessenger.cc
|
|
G4VGlobalFastSimulationManager.cc
|
|
GRANULAR_DEPENDENCIES
|
|
G4globman
|
|
GLOBAL_DEPENDENCIES
|
|
G4global
|
|
LINK_LIBRARIES
|
|
)
|
|
|
|
# List any source specific properties here
|