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