| Line | |
|---|
| 1 | #------------------------------------------------------------------------------
|
|---|
| 2 | # CMakeLists.txt
|
|---|
| 3 | # Module : G4particles
|
|---|
| 4 | # Package: Geant4.src.G4particles
|
|---|
| 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:47:08 bmorgan Exp $
|
|---|
| 12 | #
|
|---|
| 13 | #------------------------------------------------------------------------------
|
|---|
| 14 |
|
|---|
| 15 | add_subdirectory(adjoint)
|
|---|
| 16 | add_subdirectory(bosons)
|
|---|
| 17 | add_subdirectory(hadrons)
|
|---|
| 18 | add_subdirectory(leptons)
|
|---|
| 19 | add_subdirectory(management)
|
|---|
| 20 | add_subdirectory(shortlived)
|
|---|
| 21 | add_subdirectory(utils)
|
|---|
| 22 |
|
|---|
| 23 | if(NOT GEANT4_BUILD_GRANULAR_LIBS)
|
|---|
| 24 | include(Geant4MacroLibraryTargets)
|
|---|
| 25 | GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4particles
|
|---|
| 26 | COMPONENTS
|
|---|
| 27 | adjoint/sources.cmake
|
|---|
| 28 | bosons/sources.cmake
|
|---|
| 29 | hadrons/barions/sources.cmake
|
|---|
| 30 | hadrons/ions/sources.cmake
|
|---|
| 31 | hadrons/mesons/sources.cmake
|
|---|
| 32 | leptons/sources.cmake
|
|---|
| 33 | management/sources.cmake
|
|---|
| 34 | shortlived/sources.cmake
|
|---|
| 35 | utils/sources.cmake
|
|---|
| 36 | )
|
|---|
| 37 | endif()
|
|---|
| 38 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.