source: trunk/source/geometry/magneticfield/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: 3.9 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4magneticfield
4# Package: Geant4.src.G4geometry.G4magneticfield
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 : 29/9/2010
13#
14# $Id: sources.cmake,v 1.3 2010/09/29 20:43:15 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/global/HEPGeometry/include)
23include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
25
26#
27# Define the Geant4 Module.
28#
29include(Geant4MacroDefineModule)
30GEANT4_DEFINE_MODULE(NAME G4magneticfield
31    HEADERS
32        G4CachedMagneticField.hh
33        G4CashKarpRKF45.hh
34        G4ChordFinder.hh
35        G4ChordFinder.icc
36        G4ChordFinderSaf.hh
37        G4ClassicalRK4.hh
38        G4ConstRK4.hh
39        G4DELPHIMagField.hh
40        G4ElectricField.hh
41        G4ElectroMagneticField.hh
42        G4EqEMFieldWithEDM.hh
43        G4EqEMFieldWithSpin.hh
44        G4EqMagElectricField.hh
45        G4EquationOfMotion.hh
46        G4EquationOfMotion.icc
47        G4ErrorMag_UsualEqRhs.hh
48        G4ExactHelixStepper.hh
49        G4ExplicitEuler.hh
50        G4Field.hh
51        G4FieldManager.hh
52        G4FieldManager.icc
53        G4FieldManagerStore.hh
54        G4FieldTrack.hh
55        G4FieldTrack.icc
56        G4HarmonicPolMagField.hh
57        G4HelixExplicitEuler.hh
58        G4HelixHeum.hh
59        G4HelixImplicitEuler.hh
60        G4HelixMixedStepper.hh
61        G4HelixSimpleRunge.hh
62        G4ImplicitEuler.hh
63        G4LineCurrentMagField.hh
64        G4LineSection.hh
65        G4MagErrorStepper.hh
66        G4MagErrorStepper.icc
67        G4MagHelicalStepper.hh
68        G4MagHelicalStepper.icc
69        G4MagIntegratorDriver.hh
70        G4MagIntegratorDriver.icc
71        G4MagIntegratorStepper.hh
72        G4MagIntegratorStepper.icc
73        G4Mag_EqRhs.hh
74        G4Mag_SpinEqRhs.hh
75        G4Mag_UsualEqRhs.hh
76        G4MonopoleEq.hh
77        G4MagneticField.hh
78        G4NystromRK4.hh
79        G4QuadrupoleMagField.hh
80        G4RKG3_Stepper.hh
81        G4SimpleHeum.hh
82        G4SimpleRunge.hh
83        G4UniformElectricField.hh
84        G4UniformMagField.hh
85    SOURCES
86        G4CachedMagneticField.cc
87        G4CashKarpRKF45.cc
88        G4ChordFinder.cc
89        G4ChordFinderSaf.cc
90        G4ClassicalRK4.cc
91        G4ConstRK4.cc
92        G4DELPHIMagField.cc
93        G4ElectricField.cc
94        G4ElectroMagneticField.cc
95        G4EqEMFieldWithEDM.cc
96        G4EqEMFieldWithSpin.cc
97        G4EqMagElectricField.cc
98        G4EquationOfMotion.cc
99        G4ErrorMag_UsualEqRhs.cc
100        G4ExactHelixStepper.cc
101        G4ExplicitEuler.cc
102        G4FieldManager.cc
103        G4FieldManagerStore.cc
104        G4FieldTrack.cc
105        G4HarmonicPolMagField.cc
106        G4HelixExplicitEuler.cc
107        G4HelixHeum.cc
108        G4HelixImplicitEuler.cc
109        G4HelixMixedStepper.cc
110        G4HelixSimpleRunge.cc
111        G4ImplicitEuler.cc
112        G4LineCurrentMagField.cc
113        G4LineSection.cc
114        G4MagErrorStepper.cc
115        G4MagHelicalStepper.cc
116        G4MagIntegratorDriver.cc
117        G4MagIntegratorStepper.cc
118        G4Mag_EqRhs.cc
119        G4Mag_SpinEqRhs.cc
120        G4Mag_UsualEqRhs.cc
121        G4MagneticField.cc
122        G4MonopoleEq.cc
123        G4NystromRK4.cc
124        G4QuadrupoleMagField.cc
125        G4RKG3_Stepper.cc
126        G4SimpleHeum.cc
127        G4SimpleRunge.cc
128        G4UniformElectricField.cc
129        G4UniformMagField.cc
130    GRANULAR_DEPENDENCIES
131        G4globman
132    GLOBAL_DEPENDENCIES
133        G4global
134    LINK_LIBRARIES
135)
136
137# List any source specific properties here
138
Note: See TracBrowser for help on using the repository browser.