source: trunk/source/particles/hadrons/mesons/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: 2.5 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4mesons
4# Package: Geant4.src.G4particles..G4mesons
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:36 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 G4mesons
33    HEADERS
34        G4AntiBMesonZero.hh
35        G4AntiBsMesonZero.hh
36        G4AntiDMesonZero.hh
37        G4AntiKaonZero.hh
38        G4BMesonMinus.hh
39        G4BMesonPlus.hh
40        G4BMesonZero.hh
41        G4BsMesonZero.hh
42        G4DMesonMinus.hh
43        G4DMesonPlus.hh
44        G4DMesonZero.hh
45        G4DsMesonMinus.hh
46        G4DsMesonPlus.hh
47        G4Eta.hh
48        G4EtaPrime.hh
49        G4JPsi.hh
50        G4KaonMinus.hh
51        G4KaonPlus.hh
52        G4KaonZero.hh
53        G4KaonZeroLong.hh
54        G4KaonZeroShort.hh
55        G4MesonConstructor.hh
56        G4PionMinus.hh
57        G4PionPlus.hh
58        G4PionZero.hh
59    SOURCES
60        G4AntiBMesonZero.cc
61        G4AntiBsMesonZero.cc
62        G4AntiDMesonZero.cc
63        G4AntiKaonZero.cc
64        G4BMesonMinus.cc
65        G4BMesonPlus.cc
66        G4BMesonZero.cc
67        G4BsMesonZero.cc
68        G4DMesonMinus.cc
69        G4DMesonPlus.cc
70        G4DMesonZero.cc
71        G4DsMesonMinus.cc
72        G4DsMesonPlus.cc
73        G4Eta.cc
74        G4EtaPrime.cc
75        G4JPsi.cc
76        G4KaonMinus.cc
77        G4KaonPlus.cc
78        G4KaonZero.cc
79        G4KaonZeroLong.cc
80        G4KaonZeroShort.cc
81        G4MesonConstructor.cc
82        G4PionMinus.cc
83        G4PionPlus.cc
84        G4PionZero.cc
85    GRANULAR_DEPENDENCIES
86        G4globman
87        G4materials
88        G4partman
89    GLOBAL_DEPENDENCIES
90        G4global
91        G4materials
92    LINK_LIBRARIES
93)
94
95# List any source specific properties here
96
Note: See TracBrowser for help on using the repository browser.