Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
+1 -6
View File
@@ -4,10 +4,10 @@ add_subdirectory(HepRep)
add_subdirectory(RayTracer)
add_subdirectory(Tree)
add_subdirectory(VRML)
add_subdirectory(externals)
add_subdirectory(gMocren)
add_subdirectory(management)
add_subdirectory(modeling)
add_subdirectory(ToolsSG)
# OpenGL is optional depending on user selection
if(GEANT4_USE_OPENGL)
@@ -24,11 +24,6 @@ if(GEANT4_USE_QT3D)
add_subdirectory(Qt3D)
endif()
# ToolsSG is optional depending on user selection
if(GEANT4_USE_TOOLSSG)
add_subdirectory(ToolsSG)
endif()
# VTK is optional depending on user selection
if(GEANT4_USE_VTK)
add_subdirectory(Vtk)