source: trunk/source/particles/hadrons/barions/sources.cmake

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

update to last version 4.9.4

File size: 3.0 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4baryons
4# Package: Geant4.src.G4particles..G4baryons
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:48:04 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/materials/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
27
28#
29# Define the Geant4 Module.
30#
31include(Geant4MacroDefineModule)
32GEANT4_DEFINE_MODULE(NAME G4baryons
33    HEADERS
34        G4AntiLambda.hh
35        G4AntiLambdacPlus.hh
36        G4AntiNeutron.hh
37        G4AntiOmegaMinus.hh
38        G4AntiOmegacZero.hh
39        G4AntiProton.hh
40        G4AntiSigmaMinus.hh
41        G4AntiSigmaPlus.hh
42        G4AntiSigmaZero.hh
43        G4AntiSigmacPlus.hh
44        G4AntiSigmacPlusPlus.hh
45        G4AntiSigmacZero.hh
46        G4AntiXiMinus.hh
47        G4AntiXiZero.hh
48        G4AntiXicPlus.hh
49        G4AntiXicZero.hh
50        G4BaryonConstructor.hh
51        G4Lambda.hh
52        G4LambdacPlus.hh
53        G4Neutron.hh
54        G4OmegaMinus.hh
55        G4OmegacZero.hh
56        G4Proton.hh
57        G4SigmaMinus.hh
58        G4SigmaPlus.hh
59        G4SigmaZero.hh
60        G4SigmacPlus.hh
61        G4SigmacPlusPlus.hh
62        G4SigmacZero.hh
63        G4XiMinus.hh
64        G4XiZero.hh
65        G4XicPlus.hh
66        G4XicZero.hh
67    SOURCES
68        G4AntiLambda.cc
69        G4AntiLambdacPlus.cc
70        G4AntiNeutron.cc
71        G4AntiOmegaMinus.cc
72        G4AntiOmegacZero.cc
73        G4AntiProton.cc
74        G4AntiSigmaMinus.cc
75        G4AntiSigmaPlus.cc
76        G4AntiSigmaZero.cc
77        G4AntiSigmacPlus.cc
78        G4AntiSigmacPlusPlus.cc
79        G4AntiSigmacZero.cc
80        G4AntiXiMinus.cc
81        G4AntiXiZero.cc
82        G4AntiXicPlus.cc
83        G4AntiXicZero.cc
84        G4BaryonConstructor.cc
85        G4Lambda.cc
86        G4LambdacPlus.cc
87        G4Neutron.cc
88        G4OmegaMinus.cc
89        G4OmegacZero.cc
90        G4Proton.cc
91        G4SigmaMinus.cc
92        G4SigmaPlus.cc
93        G4SigmaZero.cc
94        G4SigmacPlus.cc
95        G4SigmacPlusPlus.cc
96        G4SigmacZero.cc
97        G4XiMinus.cc
98        G4XiZero.cc
99        G4XicPlus.cc
100        G4XicZero.cc
101    GRANULAR_DEPENDENCIES
102        G4globman
103        G4materials
104        G4partman
105    GLOBAL_DEPENDENCIES
106        G4global
107        G4materials
108    LINK_LIBRARIES
109)
110
111# List any source specific properties here
112
Note: See TracBrowser for help on using the repository browser.