| Line | |
|---|
| 1 | #------------------------------------------------------------------------------
|
|---|
| 2 | # CMakeLists.txt
|
|---|
| 3 | # Module : G4digits_hits
|
|---|
| 4 | # Package: Geant4.src.G4digits_hits
|
|---|
| 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:37:44 bmorgan Exp $
|
|---|
| 12 | #
|
|---|
| 13 | #------------------------------------------------------------------------------
|
|---|
| 14 |
|
|---|
| 15 | add_subdirectory(detector)
|
|---|
| 16 | add_subdirectory(digits)
|
|---|
| 17 | add_subdirectory(hits)
|
|---|
| 18 | add_subdirectory(scorer)
|
|---|
| 19 | add_subdirectory(utils)
|
|---|
| 20 |
|
|---|
| 21 | if(NOT GEANT4_BUILD_GRANULAR_LIBS)
|
|---|
| 22 | include(Geant4MacroLibraryTargets)
|
|---|
| 23 | GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4digits_hits
|
|---|
| 24 | COMPONENTS
|
|---|
| 25 | detector/sources.cmake
|
|---|
| 26 | digits/sources.cmake
|
|---|
| 27 | hits/sources.cmake
|
|---|
| 28 | scorer/sources.cmake
|
|---|
| 29 | utils/sources.cmake
|
|---|
| 30 | )
|
|---|
| 31 | endif()
|
|---|
| 32 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.