source: trunk/source/graphics_reps/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.1 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4graphics_reps
4# Package: Geant4.src.G4graphics_reps
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:45: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/global/HEPGeometry/include)
23include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
25
26#
27# Define the Geant4 Module.
28#
29include(Geant4MacroDefineModule)
30GEANT4_DEFINE_MODULE(NAME G4graphics_reps
31    HEADERS
32        G4AttCheck.hh
33        G4AttDef.hh
34        G4AttDefStore.hh
35        G4AttDefT.hh
36        G4AttHolder.hh
37        G4AttUtils.hh
38        G4AttValue.hh
39        G4Circle.hh
40        G4Color.hh
41        G4Colour.hh
42        G4ConversionFatalError.hh
43        G4ConversionUtils.hh
44        G4CreatorFactoryT.hh
45        G4DimensionedDouble.hh
46        G4DimensionedThreeVector.hh
47        G4DimensionedType.hh
48        G4NURBS.hh
49        G4NURBSbox.hh
50        G4NURBScylinder.hh
51        G4NURBShexahedron.hh
52        G4NURBStube.hh
53        G4NURBStubesector.hh
54        G4PlacedPolyhedron.hh
55        G4Point3DList.hh
56        G4Polyhedron.hh
57        G4PolyhedronArbitrary.hh
58        G4Polyline.hh
59        G4Polymarker.hh
60        G4Polymarker.icc
61        G4Scale.hh
62        G4Scale.icc
63        G4SmartFilter.hh
64        G4Square.hh
65        G4Square.icc
66        G4Text.hh
67        G4Text.icc
68        G4TypeKey.hh
69        G4TypeKeyT.hh
70        G4VFilter.hh
71        G4VGraphicsScene.hh
72        G4VMarker.hh
73        G4VMarker.icc
74        G4VVisManager.hh
75        G4VisAttributes.hh
76        G4VisAttributes.icc
77        G4VisExtent.hh
78        G4Visible.hh
79        G4Visible.icc
80        HepPolyhedron.h
81        HepPolyhedronProcessor.h
82    SOURCES
83        BooleanProcessor.src
84        G4AttCheck.cc
85        G4AttDef.cc
86        G4AttDefStore.cc
87        G4AttHolder.cc
88        G4AttUtils.cc
89        G4Circle.cc
90        G4Colour.cc
91        G4NURBS.cc
92        G4NURBSbox.cc
93        G4NURBScylinder.cc
94        G4NURBShexahedron.cc
95        G4NURBStube.cc
96        G4NURBStubesector.cc
97        G4PlacedPolyhedron.cc
98        G4Point3DList.cc
99        G4Polyhedron.cc
100        G4PolyhedronArbitrary.cc
101        G4Polyline.cc
102        G4Polymarker.cc
103        G4Scale.cc
104        G4Square.cc
105        G4Text.cc
106        G4VGraphicsScene.cc
107        G4VMarker.cc
108        G4VVisManager.cc
109        G4VisAttributes.cc
110        G4VisExtent.cc
111        G4Visible.cc
112        HepPolyhedron.cc
113        HepPolyhedronProcessor.src
114    GRANULAR_DEPENDENCIES
115        G4globman
116        G4intercoms
117    GLOBAL_DEPENDENCIES
118        G4global
119        G4intercoms
120    LINK_LIBRARIES
121)
122
123# List any source specific properties here
124
Note: See TracBrowser for help on using the repository browser.