Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Module : G4tracking
|
||||
# Package: Geant4.src.G4tracking
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4tracking module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
geant4_define_module(NAME G4tracking
|
||||
HEADERS
|
||||
geant4_add_module(G4tracking
|
||||
PUBLIC_HEADERS
|
||||
G4AdjointCrossSurfChecker.hh
|
||||
G4AdjointSteppingAction.hh
|
||||
G4AdjointTrackingAction.hh
|
||||
@@ -17,6 +12,7 @@ geant4_define_module(NAME G4tracking
|
||||
G4SmoothTrajectoryPoint.hh
|
||||
G4SteppingManager.hh
|
||||
G4SteppingVerbose.hh
|
||||
G4SteppingVerboseWithUnits.hh
|
||||
G4TrackingManager.hh
|
||||
G4TrackingMessenger.hh
|
||||
G4Trajectory.hh
|
||||
@@ -40,6 +36,7 @@ geant4_define_module(NAME G4tracking
|
||||
G4SteppingManager.cc
|
||||
G4SteppingManager2.cc
|
||||
G4SteppingVerbose.cc
|
||||
G4SteppingVerboseWithUnits.cc
|
||||
G4TrackingManager.cc
|
||||
G4TrackingMessenger.cc
|
||||
G4Trajectory.cc
|
||||
@@ -51,34 +48,21 @@ geant4_define_module(NAME G4tracking
|
||||
G4VSteppingVerbose.cc
|
||||
G4VTrajectory.cc
|
||||
G4VTrajectoryPoint.cc
|
||||
G4MultiSteppingAction.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4csg
|
||||
G4cuts
|
||||
G4detector
|
||||
G4emutils
|
||||
G4MultiSteppingAction.cc)
|
||||
|
||||
geant4_module_link_libraries(G4tracking
|
||||
PUBLIC
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4graphics_reps
|
||||
G4hits
|
||||
G4heprandom
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4navigation
|
||||
G4partman
|
||||
G4procman
|
||||
G4track
|
||||
G4volumes
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4geometry
|
||||
G4global
|
||||
G4graphics_reps
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4particles
|
||||
G4processes
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
PRIVATE
|
||||
G4cuts
|
||||
G4detector
|
||||
G4emutils
|
||||
G4graphics_reps)
|
||||
|
||||
Reference in New Issue
Block a user