Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user