source: trunk/source/visualization/externals/CMakeLists.txt @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 629 bytes
Line 
1#------------------------------------------------------------------------------
2# CMakeLists.txt
3# Module :
4# Package: Geant4.src.G4visualization.
5#
6# Intermediate level CMakeLists.txt - just process subdirectories
7#
8# Generated on : 24/9/2010
9#
10# $Id: CMakeLists.txt,v 1.1 2010/09/29 19:13:44 bmorgan Exp $
11#
12#------------------------------------------------------------------------------
13
14#
15# GL2PS built for GL and Inventor drivers
16#
17if(GEANT4_USE_OPENGL OR GEANT4_USE_INVENTOR)
18    add_subdirectory(gl2ps)
19endif()
20
21#
22# Geant4 internal ZLIB build optional
23#
24if(NOT GEANT4_USE_SYSTEM_ZLIB)
25    add_subdirectory(zlib)
26endif()
27
Note: See TracBrowser for help on using the repository browser.