Files
geant4/source/processes/transportation/sources.cmake
T
2021-06-25 16:12:29 +02:00

40 lines
877 B
CMake

# - G4transportation module build definition
# Define the Geant4 Module.
geant4_add_module(G4transportation
PUBLIC_HEADERS
G4CoupledTransportation.hh
G4CoupledTransportation.icc
G4NeutronKiller.hh
G4NeutronKillerMessenger.hh
G4StepLimiter.hh
G4TrackTerminator.hh
G4Transportation.hh
G4Transportation.icc
G4UserSpecialCuts.hh
G4VTrackTerminator.hh
G4TransportationLogger.hh
G4TransportationProcessType.hh
SOURCES
G4CoupledTransportation.cc
G4NeutronKiller.cc
G4NeutronKillerMessenger.cc
G4StepLimiter.cc
G4Transportation.cc
G4TransportationLogger.cc
G4UserSpecialCuts.cc
G4VTrackTerminator.cc)
geant4_module_link_libraries(G4transportation
PUBLIC
G4globman
G4intercoms
G4magneticfield
G4navigation
G4partman
G4procman
G4track
PRIVATE
G4cuts
G4emutils)