Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
+2 -14
View File
@@ -1,13 +1,6 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4visualization
# Package: Geant4.src.G4visualization
#
# Intermediate level CMakeLists.txt - just process subdirectories
#
# Generated on : 24/9/2010
#
#
#------------------------------------------------------------------------------
add_subdirectory(FukuiRenderer)
@@ -21,17 +14,12 @@ add_subdirectory(gMocren)
add_subdirectory(management)
add_subdirectory(modeling)
#
# OpenGL is optional depending on user selection
#
if(GEANT4_USE_OPENGL)
add_subdirectory(OpenGL)
add_subdirectory(OpenGL)
endif()
#
# OpenInventor is optional depending on user selection
#
if(GEANT4_USE_INVENTOR)
add_subdirectory(OpenInventor)
add_subdirectory(OpenInventor)
endif()