source: trunk/source/materials/sources.cmake@ 1353

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

update to last version 4.9.4

File size: 2.8 KB
RevLine 
[1350]1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4materials
4# Package: Geant4.src.G4materials
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.3 2010/11/29 17:15:46 bmorgan Exp $
15# GEANT4 Tag $Name: geant4-09-04-ref-00 $
16#
17#------------------------------------------------------------------------------
18
19# List external includes needed.
20include_directories(${CLHEP_INCLUDE_DIRS})
21
22# List internal includes needed.
23include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
25include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
27
28#
29# Define the Geant4 Module.
30#
31include(Geant4MacroDefineModule)
32GEANT4_DEFINE_MODULE(NAME G4materials
33 HEADERS
34 G4Isotope.hh
35 G4NistManager.hh
36 G4AtomicShells.hh
37 G4IsotopeVector.hh
38 G4NistMaterialBuilder.hh
39 G4DensityEffectData.hh
40 G4Material.hh
41 G4NistMessenger.hh
42 G4Element.hh
43 G4MaterialPropertiesTable.hh
44 G4OpticalSurface.hh
45 G4ElementTable.hh
46 G4MaterialPropertiesTable.icc
47 G4SandiaTable.hh
48 G4ElementVector.hh
49 G4MaterialPropertyVector.hh
50 G4StaticSandiaData.hh
51 G4ExtDEDXTable.hh
52 G4MaterialPropertyVector.icc
53 G4SurfaceProperty.hh
54 G4IonisParamElm.hh
55 G4MaterialTable.hh
56 G4VIonDEDXTable.hh
57 G4IonisParamMat.hh
58 G4MPVEntry.hh
59 G4IonStoppingData.hh
60 G4NistElementBuilder.hh
61 SOURCES
62 G4IonStoppingData.cc
63 G4NistManager.cc
64 G4AtomicShells.cc
65 G4Isotope.cc
66 G4NistMaterialBuilder.cc
67 G4DensityEffectData.cc
68 G4Material.cc
69 G4NistMessenger.cc
70 G4Element.cc
71 G4MaterialPropertiesTable.cc
72 G4OpticalSurface.cc
73 G4ExtDEDXTable.cc
74 G4MaterialPropertyVector.cc
75 G4SandiaTable.cc
76 G4IonisParamElm.cc
77 G4MPVEntry.cc
78 G4SurfaceProperty.cc
79 G4IonisParamMat.cc
80 G4NistElementBuilder.cc
81 G4VIonDEDXTable.cc
82 GRANULAR_DEPENDENCIES
83 G4globman
84 G4intercoms
85 GLOBAL_DEPENDENCIES
86 G4global
87 G4intercoms
88 LINK_LIBRARIES
89)
90
91# List any source specific properties here
92
Note: See TracBrowser for help on using the repository browser.