source: trunk/source/processes/hadronic/models/de_excitation/multifragmentation/sources.cmake @ 1353

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

update to last version 4.9.4

File size: 4.5 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4hadronic_deex_multifragmentation
4# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_deex.G4hadronic_deex_multifragmentation
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.1 2010/09/29 19:01:06 bmorgan Exp $
15#
16#------------------------------------------------------------------------------
17
18# List external includes needed.
19include_directories(${CLHEP_INCLUDE_DIRS})
20
21# List internal includes needed.
22include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
23include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
25include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/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/materials/include)
29include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
30include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
31include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
32include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
33include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
34include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
35include_directories(${CMAKE_SOURCE_DIR}/source/particles/shortlived/include)
36include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/lowenergy/include)
37include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include)
38include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include)
39include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/util/include)
40include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/processes/include)
41include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include)
42include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
43include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
44
45#
46# Define the Geant4 Module.
47#
48include(Geant4MacroDefineModule)
49GEANT4_DEFINE_MODULE(NAME G4hadronic_deex_multifragmentation
50    HEADERS
51        G4Solver.hh
52        G4Solver.icc
53        G4StatMF.hh
54        G4StatMFChannel.hh
55        G4StatMFFragment.hh
56        G4StatMFMacroBiNucleon.hh
57        G4StatMFMacroCanonical.hh
58        G4StatMFMacroChemicalPotential.hh
59        G4StatMFMacroMultiNucleon.hh
60        G4StatMFMacroMultiplicity.hh
61        G4StatMFMacroNucleon.hh
62        G4StatMFMacroTemperature.hh
63        G4StatMFMacroTetraNucleon.hh
64        G4StatMFMacroTriNucleon.hh
65        G4StatMFMicroCanonical.hh
66        G4StatMFMicroManager.hh
67        G4StatMFMicroPartition.hh
68        G4StatMFParameters.hh
69        G4VMultiFragmentation.hh
70        G4VStatMFEnsemble.hh
71        G4VStatMFMacroCluster.hh
72    SOURCES
73        G4Solver.cc
74        G4StatMF.cc
75        G4StatMFChannel.cc
76        G4StatMFFragment.cc
77        G4StatMFMacroBiNucleon.cc
78        G4StatMFMacroCanonical.cc
79        G4StatMFMacroChemicalPotential.cc
80        G4StatMFMacroMultiNucleon.cc
81        G4StatMFMacroMultiplicity.cc
82        G4StatMFMacroNucleon.cc
83        G4StatMFMacroTemperature.cc
84        G4StatMFMacroTetraNucleon.cc
85        G4StatMFMacroTriNucleon.cc
86        G4StatMFMicroCanonical.cc
87        G4StatMFMicroManager.cc
88        G4StatMFMicroPartition.cc
89        G4StatMFParameters.cc
90        G4VMultiFragmentation.cc
91        G4VStatMFEnsemble.cc
92        G4VStatMFMacroCluster.cc
93    GRANULAR_DEPENDENCIES
94        G4baryons
95        G4bosons
96        G4emlowenergy
97        G4geometrymng
98        G4globman
99        G4had_mod_util
100        G4hadronic_mgt
101        G4hadronic_proc
102        G4hadronic_util
103        G4hadronic_xsect
104        G4hepnumerics
105        G4ions
106        G4leptons
107        G4materials
108        G4mesons
109        G4partman
110        G4procman
111        G4shortlived
112        G4track
113        G4volumes
114    GLOBAL_DEPENDENCIES
115        G4geometry
116        G4global
117        G4materials
118        G4particles
119        G4track
120    LINK_LIBRARIES
121)
122
123# List any source specific properties here
124
Note: See TracBrowser for help on using the repository browser.