source: trunk/source/particles/CMakeLists.txt@ 1357

Last change on this file since 1357 was 1350, checked in by garnier, 15 years ago

update to last version 4.9.4

File size: 1.1 KB
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
15add_subdirectory(adjoint)
16add_subdirectory(bosons)
17add_subdirectory(hadrons)
18add_subdirectory(leptons)
19add_subdirectory(management)
20add_subdirectory(shortlived)
21add_subdirectory(utils)
22
23if(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)
37endif()
38
Note: See TracBrowser for help on using the repository browser.