source: trunk/source/processes/electromagnetic/adjoint/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.5 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4emadjoint
4# Package: Geant4.src.G4processes.G4electromagnetic.G4emadjoint
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 18:52:40 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/navigation/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/HEPNumerics/include)
27include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
28include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
29include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
30include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
31include_directories(${CMAKE_SOURCE_DIR}/source/particles/adjoint/include)
32include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
33include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
34include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
35include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
36include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
37include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
38include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
39include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include)
40include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/standard/include)
41include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/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 G4emadjoint
50    HEADERS
51        G4AdjointAlongStepWeightCorrection.hh
52        G4AdjointBremsstrahlungModel.hh
53        G4AdjointCSManager.hh
54        G4AdjointCSMatrix.hh
55        G4AdjointComptonModel.hh
56        G4AdjointInterpolator.hh
57        G4AdjointIonIonisationModel.hh
58        G4AdjointPhotoElectricModel.hh
59        G4AdjointProcessEquivalentToDirectProcess.hh
60        G4AdjointeIonisationModel.hh
61        G4AdjointhIonisationModel.hh
62        G4AdjointhMultipleScattering.hh
63        G4ContinuousGainOfEnergy.hh
64        G4InversePEEffect.hh
65        G4IonInverseIonisation.hh
66        G4VAdjointReverseReaction.hh
67        G4VEmAdjointModel.hh
68        G4eInverseBremsstrahlung.hh
69        G4eInverseCompton.hh
70        G4eInverseIonisation.hh
71        G4hInverseIonisation.hh
72    SOURCES
73        G4AdjointAlongStepWeightCorrection.cc
74        G4AdjointBremsstrahlungModel.cc
75        G4AdjointCSManager.cc
76        G4AdjointCSMatrix.cc
77        G4AdjointComptonModel.cc
78        G4AdjointInterpolator.cc
79        G4AdjointIonIonisationModel.cc
80        G4AdjointPhotoElectricModel.cc
81        G4AdjointProcessEquivalentToDirectProcess.cc
82        G4AdjointeIonisationModel.cc
83        G4AdjointhIonisationModel.cc
84        G4AdjointhMultipleScattering.cc
85        G4ContinuousGainOfEnergy.cc
86        G4InversePEEffect.cc
87        G4IonInverseIonisation.cc
88        G4VAdjointReverseReaction.cc
89        G4VEmAdjointModel.cc
90        G4eInverseBremsstrahlung.cc
91        G4eInverseCompton.cc
92        G4eInverseIonisation.cc
93        G4hInverseIonisation.cc
94    GRANULAR_DEPENDENCIES
95        G4baryons
96        G4bosons
97        G4cuts
98        G4emstandard
99        G4emutils
100        G4geometrymng
101        G4globman
102        G4hepnumerics
103        G4intercoms
104        G4ions
105        G4leptons
106        G4materials
107        G4mesons
108        G4navigation
109        G4partadj
110        G4partman
111        G4procman
112        G4track
113        G4volumes
114    GLOBAL_DEPENDENCIES
115        G4geometry
116        G4global
117        G4intercoms
118        G4materials
119        G4particles
120        G4track
121    LINK_LIBRARIES
122)
123
124# List any source specific properties here
125
Note: See TracBrowser for help on using the repository browser.