| Line | |
|---|
| 1 | #------------------------------------------------------------------------------
|
|---|
| 2 | # CMakeLists.txt
|
|---|
| 3 | # Module : G4geometry
|
|---|
| 4 | # Package: Geant4.src.G4geometry
|
|---|
| 5 | #
|
|---|
| 6 | # Top level CMakeLists.txt for a Geant4 Global Library
|
|---|
| 7 | # or collection of sublibraries
|
|---|
| 8 | #
|
|---|
| 9 | # Generated on : 24/9/2010
|
|---|
| 10 | #
|
|---|
| 11 | # $Id: CMakeLists.txt,v 1.1 2010/09/29 18:40:22 bmorgan Exp $
|
|---|
| 12 | #
|
|---|
| 13 | #------------------------------------------------------------------------------
|
|---|
| 14 |
|
|---|
| 15 | add_subdirectory(benchmarks)
|
|---|
| 16 | add_subdirectory(biasing)
|
|---|
| 17 | add_subdirectory(divisions)
|
|---|
| 18 | add_subdirectory(magneticfield)
|
|---|
| 19 | add_subdirectory(management)
|
|---|
| 20 | add_subdirectory(navigation)
|
|---|
| 21 | add_subdirectory(solids)
|
|---|
| 22 | add_subdirectory(volumes)
|
|---|
| 23 |
|
|---|
| 24 | if(NOT GEANT4_BUILD_GRANULAR_LIBS)
|
|---|
| 25 | include(Geant4MacroLibraryTargets)
|
|---|
| 26 | GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4geometry
|
|---|
| 27 | COMPONENTS
|
|---|
| 28 | biasing/sources.cmake
|
|---|
| 29 | divisions/sources.cmake
|
|---|
| 30 | magneticfield/sources.cmake
|
|---|
| 31 | management/sources.cmake
|
|---|
| 32 | navigation/sources.cmake
|
|---|
| 33 | solids/BREPS/sources.cmake
|
|---|
| 34 | solids/Boolean/sources.cmake
|
|---|
| 35 | solids/CSG/sources.cmake
|
|---|
| 36 | solids/specific/sources.cmake
|
|---|
| 37 | volumes/sources.cmake
|
|---|
| 38 | )
|
|---|
| 39 | endif()
|
|---|
| 40 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.