| 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 | #
|
|---|
| 17 | if(GEANT4_USE_OPENGL OR GEANT4_USE_INVENTOR)
|
|---|
| 18 | add_subdirectory(gl2ps)
|
|---|
| 19 | endif()
|
|---|
| 20 |
|
|---|
| 21 | #
|
|---|
| 22 | # Geant4 internal ZLIB build optional
|
|---|
| 23 | #
|
|---|
| 24 | if(NOT GEANT4_USE_SYSTEM_ZLIB)
|
|---|
| 25 | add_subdirectory(zlib)
|
|---|
| 26 | endif()
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.