source: trunk/source/processes/hadronic/models/chiral_inv_phase_space/body/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.2 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4hadronic_body_ci
4# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_chips.G4hadronic_body_ci
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:57:25 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)
25include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
27include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
28include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
29include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
30include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
31include_directories(${CMAKE_SOURCE_DIR}/source/particles/shortlived/include)
32
33#
34# Define the Geant4 Module.
35#
36include(Geant4MacroDefineModule)
37GEANT4_DEFINE_MODULE(NAME G4hadronic_body_ci
38    HEADERS
39        G4Chips.hh
40        G4QBesIKJY.hh
41        G4QCHIPSWorld.hh
42        G4QCandidate.hh
43        G4QCandidateVector.hh
44        G4QChipolino.hh
45        G4QContent.hh
46        G4QDecayChan.hh
47        G4QDecayChanVector.hh
48        G4QEnvironment.hh
49        G4QException.hh
50        G4QHadron.hh
51        G4QHadronVector.hh
52        G4QInteraction.hh
53        G4QInteractionVector.hh
54        G4QIsotope.hh
55        G4QNucleus.hh
56        G4QPDGCode.hh
57        G4QPDGCodeVector.hh
58        G4QParentCluster.hh
59        G4QParentClusterVector.hh
60        G4QParticle.hh
61        G4QParticleVector.hh
62        G4QParton.hh
63        G4QPartonPair.hh
64        G4QPartonPairVector.hh
65        G4QPartonVector.hh
66        G4QProbability.hh
67        G4QString.hh
68        G4QStringVector.hh
69        G4Quasmon.hh
70        G4QuasmonVector.hh
71    SOURCES
72        G4QBesIKJY.cc
73        G4QCHIPSWorld.cc
74        G4QCandidate.cc
75        G4QChipolino.cc
76        G4QContent.cc
77        G4QDecayChan.cc
78        G4QEnvironment.cc
79        G4QException.cc
80        G4QHadron.cc
81        G4QInteraction.cc
82        G4QIsotope.cc
83        G4QNucleus.cc
84        G4QPDGCode.cc
85        G4QParentCluster.cc
86        G4QParticle.cc
87        G4QParton.cc
88        G4QPartonPair.cc
89        G4QProbability.cc
90        G4QString.cc
91        G4Quasmon.cc
92    GRANULAR_DEPENDENCIES
93        G4baryons
94        G4bosons
95        G4globman
96        G4ions
97        G4leptons
98        G4mesons
99        G4partman
100        G4shortlived
101    GLOBAL_DEPENDENCIES
102        G4global
103        G4particles
104    LINK_LIBRARIES
105)
106
107# List any source specific properties here
108
Note: See TracBrowser for help on using the repository browser.