source: trunk/source/global/management/sources.cmake @ 1355

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

update to last version 4.9.4

File size: 3.1 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4globman
4# Package: Geant4.src.G4global.G4globman
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:44:49 bmorgan Exp $
15#
16#------------------------------------------------------------------------------
17
18# List external includes needed.
19include_directories(${CLHEP_INCLUDE_DIRS})
20
21# List internal includes needed.
22
23#
24# Define the Geant4 Module.
25#
26include(Geant4MacroDefineModule)
27GEANT4_DEFINE_MODULE(NAME G4globman
28    HEADERS
29        G4strstreambuf.hh
30        G4Allocator.hh
31        G4strstreambuf.icc
32        G4AllocatorPool.hh
33        globals.hh
34        G4ApplicationState.hh
35        templates.hh
36        G4DataVector.hh
37        G4DataVector.icc
38        G4ErrorPropagatorData.hh
39        G4ErrorPropagatorData.icc
40        G4ExceptionSeverity.hh
41        G4FPEDetection.hh
42        G4FastVector.hh
43        G4GeometryTolerance.hh
44        G4LPhysicsFreeVector.hh
45        G4LPhysicsFreeVector.icc
46        G4OrderedTable.hh
47        G4PhysicalConstants.hh
48        G4PhysicsFreeVector.hh
49        G4PhysicsLinearVector.hh
50        G4PhysicsLnVector.hh
51        G4PhysicsLogVector.hh
52        G4PhysicsOrderedFreeVector.hh
53        G4PhysicsOrderedFreeVector.icc
54        G4PhysicsTable.hh
55        G4PhysicsTable.icc
56        G4PhysicsVector.hh
57        G4PhysicsVector.icc
58        G4PhysicsVectorCache.hh
59        G4PhysicsVectorType.hh
60        G4Pow.hh
61        G4ReferenceCountedHandle.hh
62        G4RotationMatrix.hh
63        G4SIunits.hh
64        G4SliceTimer.hh
65        G4SliceTimer.icc
66        G4StateManager.hh
67        G4StateManager.icc
68        G4String.hh
69        G4String.icc
70        G4SystemOfUnits.hh
71        G4ThreeVector.hh
72        G4Timer.hh
73        G4Timer.icc
74        G4Tokenizer.hh
75        G4TwoVector.hh
76        G4Types.hh
77        G4UnitsTable.hh
78        G4UnitsTable.icc
79        G4UserLimits.hh
80        G4UserLimits.icc
81        G4VExceptionHandler.hh
82        G4VNotifier.hh
83        G4VStateDependent.hh
84        G4Version.hh
85        G4coutDestination.hh
86        G4ios.hh
87    SOURCES
88        G4AllocatorPool.cc
89        G4DataVector.cc
90        G4ErrorPropagatorData.cc
91        G4Exception.cc
92        G4GeometryTolerance.cc
93        G4LPhysicsFreeVector.cc
94        G4OrderedTable.cc
95        G4PhysicsFreeVector.cc
96        G4PhysicsLinearVector.cc
97        G4PhysicsLnVector.cc
98        G4PhysicsLogVector.cc
99        G4PhysicsOrderedFreeVector.cc
100        G4PhysicsTable.cc
101        G4PhysicsVector.cc
102        G4Pow.cc
103        G4SliceTimer.cc
104        G4StateManager.cc
105        G4Timer.cc
106        G4UnitsTable.cc
107        G4VExceptionHandler.cc
108        G4VNotifier.cc
109        G4VStateDependent.cc
110        G4coutDestination.cc
111        G4ios.cc
112    GRANULAR_DEPENDENCIES
113    GLOBAL_DEPENDENCIES
114    LINK_LIBRARIES
115        ${CLHEP_LIBRARIES}
116)
117
118# List any source specific properties here
119
Note: See TracBrowser for help on using the repository browser.