Files
geant4/source/visualization/externals/CMakeLists.txt
T
2018-12-07 15:15:39 +01:00

19 lines
457 B
CMake

#------------------------------------------------------------------------------
# CMakeLists.txt
# Module :
# Package: Geant4.src.G4visualization.
#
# Intermediate level CMakeLists.txt - just process subdirectories
#
# Generated on : 24/9/2010
#
#
#------------------------------------------------------------------------------
#
# GL2PS built for GL and Inventor drivers
#
if(GEANT4_USE_OPENGL OR GEANT4_USE_INVENTOR)
add_subdirectory(gl2ps)
endif()