Files
geant4/source/geometry/biasing/sources.cmake
2025-12-05 08:54:02 +01:00

39 lines
955 B
CMake

# - G4geombias module build definition
# Define the Geant4 Module.
geant4_add_module(G4geombias
PUBLIC_HEADERS
G4GeometryCell.hh
G4GeometryCellComp.hh
G4GeometryCellImportance.hh
G4GeometryCellStep.hh
G4GeometryCellStepStream.hh
G4GeometryCellWeight.hh
G4IStore.hh
G4ImportanceAlgorithm.hh
G4Nsplit_Weight.hh
G4VGCellFinder.hh
G4VIStore.hh
G4VImportanceAlgorithm.hh
G4VImportanceSplitExaminer.hh
G4VWeightWindowAlgorithm.hh
G4VWeightWindowStore.hh
G4WeightWindowAlgorithm.hh
G4WeightWindowStore.hh
SOURCES
G4GeometryCell.cc
G4GeometryCellComp.cc
G4GeometryCellImportance.cc
G4GeometryCellStep.cc
G4GeometryCellStepStream.cc
G4IStore.cc
G4ImportanceAlgorithm.cc
G4Nsplit_Weight.cc
G4WeightWindowAlgorithm.cc
G4WeightWindowStore.cc)
geant4_module_link_libraries(G4geombias
PUBLIC G4navigation G4globman
PRIVATE G4geometrymng G4heprandom)