source: trunk/source/processes/hadronic/models/management/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.1 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4had_mod_man
4# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_mod_man
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 19:03:55 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/geometry/management/include)
23include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
25include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
27include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
28include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
29include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
30include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
31include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
32include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
33include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
34include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
35include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include)
36include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
37include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
38
39#
40# Define the Geant4 Module.
41#
42include(Geant4MacroDefineModule)
43GEANT4_DEFINE_MODULE(NAME G4had_mod_man
44    HEADERS
45        G4HadronicInteraction.hh
46        G4HadronicInteractionRegistry.hh
47        G4InelasticInteraction.hh
48        G4V3DNucleus.hh
49        G4VCrossSectionBase.hh
50        G4VHighEnergyGenerator.hh
51        G4VIntraNuclearTransportModel.hh
52        G4VIsotopeProduction.hh
53        G4VKineticNucleon.hh
54        G4VNuclearDensity.hh
55        G4VPreCompoundModel.hh
56    SOURCES
57        G4HadronicInteraction.cc
58        G4HadronicInteractionRegistry.cc
59        G4InelasticInteraction.cc
60        G4V3DNucleus.cc
61        G4VCrossSectionBase.cc
62        G4VHighEnergyGenerator.cc
63        G4VIntraNuclearTransportModel.cc
64        G4VKineticNucleon.cc
65        G4VNuclearDensity.cc
66        G4VPreCompoundModel.cc
67    GRANULAR_DEPENDENCIES
68        G4baryons
69        G4bosons
70        G4geometrymng
71        G4globman
72        G4hadronic_util
73        G4ions
74        G4leptons
75        G4materials
76        G4mesons
77        G4navigation
78        G4partman
79        G4procman
80        G4track
81        G4volumes
82    GLOBAL_DEPENDENCIES
83        G4geometry
84        G4global
85        G4materials
86        G4particles
87        G4track
88    LINK_LIBRARIES
89)
90
91# List any source specific properties here
92
Note: See TracBrowser for help on using the repository browser.