source: trunk/source/persistency/mctruth/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: 3.2 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4mctruth
4# Package: Geant4.src.G4persistency.G4mctruth
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:50:38 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/digits_hits/digits/include)
23include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/event/include)
25include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
27include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
28include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
29include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
30include_directories(${CMAKE_SOURCE_DIR}/source/run/include)
31include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
32include_directories(${CMAKE_SOURCE_DIR}/source/tracking/include)
33
34#
35# Define the Geant4 Module.
36#
37include(Geant4MacroDefineModule)
38GEANT4_DEFINE_MODULE(NAME G4mctruth
39 HEADERS
40 G4DCIOcatalog.hh
41 G4DCIOentryT.hh
42 G4FileUtilities.hh
43 G4HCIOcatalog.hh
44 G4HCIOentryT.hh
45 G4MCTEvent.hh
46 G4MCTGenEvent.hh
47 G4MCTGenParticle.hh
48 G4MCTSimEvent.hh
49 G4MCTSimParticle.hh
50 G4MCTSimVertex.hh
51 G4PersistencyCenter.hh
52 G4PersistencyCenterMessenger.hh
53 G4PersistencyManager.hh
54 G4PersistencyManagerT.hh
55 G4Pevent.hh
56 G4VDCIOentry.hh
57 G4VHCIOentry.hh
58 G4VHepMCIO.hh
59 G4VMCTruthIO.hh
60 G4VPDigitIO.hh
61 G4VPDigitsCollectionIO.hh
62 G4VPEventIO.hh
63 G4VPHitIO.hh
64 G4VPHitsCollectionIO.hh
65 G4VTransactionManager.hh
66 SOURCES
67 G4DCIOcatalog.cc
68 G4FileUtilities.cc
69 G4HCIOcatalog.cc
70 G4MCTEvent.cc
71 G4MCTGenEvent.cc
72 G4MCTSimEvent.cc
73 G4MCTSimParticle.cc
74 G4MCTSimVertex.cc
75 G4PersistencyCenter.cc
76 G4PersistencyCenterMessenger.cc
77 G4PersistencyManager.cc
78 G4Pevent.cc
79 G4VDCIOentry.cc
80 G4VHCIOentry.cc
81 G4VHepMCIO.cc
82 G4VMCTruthIO.cc
83 G4VPDigitIO.cc
84 G4VPDigitsCollectionIO.cc
85 G4VPEventIO.cc
86 G4VPHitIO.cc
87 G4VPHitsCollectionIO.cc
88 GRANULAR_DEPENDENCIES
89 G4digits
90 G4event
91 G4geometrymng
92 G4globman
93 G4hits
94 G4intercoms
95 G4partman
96 G4run
97 G4track
98 G4tracking
99 GLOBAL_DEPENDENCIES
100 G4digits_hits
101 G4event
102 G4geometry
103 G4global
104 G4intercoms
105 G4particles
106 G4run
107 G4track
108 G4tracking
109 LINK_LIBRARIES
110)
111
112# List any source specific properties here
113
Note: See TracBrowser for help on using the repository browser.