source: trunk/source/processes/hadronic/models/radioactive_decay/sources.cmake @ 1350

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

update to last version 4.9.4

File size: 4.7 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4hadronic_radioactivedecay
4# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_radioactivedecay
5#
6# Sources description for a library.
7# Lists the sources and headers of the code explicitely.
8# Lists include paths needed.
9# Lists the internal granular and global dependencies of the library.
10# Source specific properties should be added at the end.
11#
12# Generated on : 24/9/2010
13#
14# $Id: sources.cmake,v 1.2 2010/11/29 17:54:52 bmorgan Exp $
15# GEANT4 Tag $Name: geant4-09-04-ref-00 $
16#
17#------------------------------------------------------------------------------
18
19# List external includes needed.
20include_directories(${CLHEP_INCLUDE_DIRS})
21
22# List internal includes needed.
23include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
25include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
27include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
28include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
29include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
30include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
31include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
32include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
33include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
34include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
35include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
36include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/lowenergy/include)
37include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include)
38include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include)
39include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include)
40include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include)
41include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/management/include)
42include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/photon_evaporation/include)
43include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/util/include)
44include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/util/include)
45include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/processes/include)
46include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include)
47include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
48include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
49
50#
51# Define the Geant4 Module.
52#
53include(Geant4MacroDefineModule)
54GEANT4_DEFINE_MODULE(NAME G4hadronic_radioactivedecay
55    HEADERS
56        G4AlphaDecayChannel.hh
57        G4BetaFermiFunction.hh
58        G4BetaMinusDecayChannel.hh
59        G4BetaPlusDecayChannel.hh
60        G4ITDecayChannel.hh
61        G4KshellECDecayChannel.hh
62        G4LshellECDecayChannel.hh
63        G4MshellECDecayChannel.hh
64        G4NuclearDecayChannel.hh
65        G4NucleusLimits.hh
66        G4RIsotopeTable.hh
67        G4RadioactiveDecay.hh
68        G4RadioactiveDecayMode.hh
69        G4RadioactiveDecayRate.hh
70        G4RadioactiveDecayRateVector.hh
71        G4RadioactiveDecaymessenger.hh
72        G4RadioactivityTable.hh
73        G4UIcmdWithNucleusLimits.hh
74        G4UserLimitsForRD.hh
75    SOURCES
76        G4BetaFermiFunction.cc
77        G4NuclearDecayChannel.cc
78        G4NucleusLimits.cc
79        G4RIsotopeTable.cc
80        G4RadioactiveDecay.cc
81        G4RadioactiveDecayMode.cc
82        G4RadioactiveDecayRate.cc
83        G4RadioactiveDecayRateVector.cc
84        G4RadioactiveDecaymessenger.cc
85        G4RadioactivityTable.cc
86        G4UIcmdWithNucleusLimits.cc
87    GRANULAR_DEPENDENCIES
88        G4baryons
89        G4bosons
90        G4emlowenergy
91        G4emutils
92        G4geometrymng
93        G4globman
94        G4had_mod_util
95        G4hadronic_deex_management
96        G4hadronic_deex_photon_evaporation
97        G4hadronic_deex_util
98        G4hadronic_mgt
99        G4hadronic_proc
100        G4hadronic_util
101        G4hadronic_xsect
102        G4intercoms
103        G4ions
104        G4leptons
105        G4materials
106        G4mesons
107        G4partman
108        G4procman
109        G4track
110        G4volumes
111    GLOBAL_DEPENDENCIES
112        G4geometry
113        G4global
114        G4intercoms
115        G4materials
116        G4particles
117        G4track
118    LINK_LIBRARIES
119)
120
121# List any source specific properties here
122
Note: See TracBrowser for help on using the repository browser.