Files
geant4/source/visualization/externals/CMakeLists.txt
T
2016-06-09 16:46:55 +02:00

28 lines
629 B
CMake

#------------------------------------------------------------------------------
# CMakeLists.txt
# Module :
# Package: Geant4.src.G4visualization.
#
# Intermediate level CMakeLists.txt - just process subdirectories
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt,v 1.1 2010-09-29 19:13:44 bmorgan Exp $
#
#------------------------------------------------------------------------------
#
# GL2PS built for GL and Inventor drivers
#
if(GEANT4_USE_OPENGL OR GEANT4_USE_INVENTOR)
add_subdirectory(gl2ps)
endif()
#
# Geant4 internal ZLIB build optional
#
if(NOT GEANT4_USE_SYSTEM_ZLIB)
add_subdirectory(zlib)
endif()