source: trunk/source/visualization/CMakeLists.txt @ 1355

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

update to last version 4.9.4

File size: 910 bytes
Line 
1#------------------------------------------------------------------------------
2# CMakeLists.txt
3# Module : G4visualization
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:11:25 bmorgan Exp $
11#
12#------------------------------------------------------------------------------
13
14add_subdirectory(FukuiRenderer)
15add_subdirectory(HepRep)
16add_subdirectory(RayTracer)
17add_subdirectory(Tree)
18add_subdirectory(VRML)
19add_subdirectory(XXX)
20add_subdirectory(externals)
21add_subdirectory(gMocren)
22add_subdirectory(management)
23add_subdirectory(modeling)
24
25#
26# OpenGL is optional depending on user selection
27#
28if(GEANT4_USE_OPENGL)
29    add_subdirectory(OpenGL)
30endif()
31
32#
33# OpenInventor is optional depending on user selection
34#
35if(GEANT4_USE_INVENTOR)
36    add_subdirectory(OpenInventor)
37endif()
38
Note: See TracBrowser for help on using the repository browser.