| [1350] | 1 | #------------------------------------------------------------------------------
|
|---|
| 2 | # sources.cmake
|
|---|
| 3 | # Module : G4detutils
|
|---|
| 4 | # Package: Geant4.src.G4digits_hits.G4detutils
|
|---|
| 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.2 2010/10/19 09:54:03 gcosmo Exp $
|
|---|
| 15 | #
|
|---|
| 16 | #------------------------------------------------------------------------------
|
|---|
| 17 |
|
|---|
| 18 | # List external includes needed.
|
|---|
| 19 | include_directories(${CLHEP_INCLUDE_DIRS})
|
|---|
| 20 |
|
|---|
| 21 | # List internal includes needed.
|
|---|
| 22 | include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/detector/include)
|
|---|
| 23 | include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include)
|
|---|
| 24 | include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
|
|---|
| 25 | include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/scorer/include)
|
|---|
| 26 | include_directories(${CMAKE_SOURCE_DIR}/source/geometry/divisions/include)
|
|---|
| 27 | include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
|
|---|
| 28 | include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include)
|
|---|
| 29 | include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include)
|
|---|
| 30 | include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
|
|---|
| 31 | include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
|
|---|
| 32 | include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
|
|---|
| 33 | include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
|
|---|
| 34 | include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include)
|
|---|
| 35 | include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
|
|---|
| 36 | include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
|---|
| 37 | include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
|
|---|
| 38 | include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
|
|---|
| 39 |
|
|---|
| 40 | #
|
|---|
| 41 | # Define the Geant4 Module.
|
|---|
| 42 | #
|
|---|
| 43 | include(Geant4MacroDefineModule)
|
|---|
| 44 | GEANT4_DEFINE_MODULE(NAME G4detutils
|
|---|
| 45 | HEADERS
|
|---|
| 46 | G4DefaultLinearColorMap.hh
|
|---|
| 47 | G4ScoreLogColorMap.hh
|
|---|
| 48 | G4ScoreQuantityMessenger.hh
|
|---|
| 49 | G4ScoringBox.hh
|
|---|
| 50 | G4ScoringCylinder.hh
|
|---|
| 51 | G4ScoringManager.hh
|
|---|
| 52 | G4ScoringMessenger.hh
|
|---|
| 53 | G4VScoreColorMap.hh
|
|---|
| 54 | G4VScoreWriter.hh
|
|---|
| 55 | G4VScoringMesh.hh
|
|---|
| 56 | SOURCES
|
|---|
| 57 | G4DefaultLinearColorMap.cc
|
|---|
| 58 | G4ScoreLogColorMap.cc
|
|---|
| 59 | G4ScoreQuantityMessenger.cc
|
|---|
| 60 | G4ScoreQuantityMessengerQCmd.cc
|
|---|
| 61 | G4ScoringBox.cc
|
|---|
| 62 | G4ScoringCylinder.cc
|
|---|
| 63 | G4ScoringManager.cc
|
|---|
| 64 | G4ScoringMessenger.cc
|
|---|
| 65 | G4VScoreColorMap.cc
|
|---|
| 66 | G4VScoreWriter.cc
|
|---|
| 67 | G4VScoringMesh.cc
|
|---|
| 68 | GRANULAR_DEPENDENCIES
|
|---|
| 69 | G4csg
|
|---|
| 70 | G4detector
|
|---|
| 71 | G4detscorer
|
|---|
| 72 | G4digits
|
|---|
| 73 | G4geomdivision
|
|---|
| 74 | G4geometrymng
|
|---|
| 75 | G4globman
|
|---|
| 76 | G4graphics_reps
|
|---|
| 77 | G4hits
|
|---|
| 78 | G4intercoms
|
|---|
| 79 | G4materials
|
|---|
| 80 | G4navigation
|
|---|
| 81 | G4partman
|
|---|
| 82 | G4track
|
|---|
| 83 | G4volumes
|
|---|
| 84 | GLOBAL_DEPENDENCIES
|
|---|
| 85 | G4geometry
|
|---|
| 86 | G4global
|
|---|
| 87 | G4graphics_reps
|
|---|
| 88 | G4intercoms
|
|---|
| 89 | G4materials
|
|---|
| 90 | G4particles
|
|---|
| 91 | G4track
|
|---|
| 92 | LINK_LIBRARIES
|
|---|
| 93 | )
|
|---|
| 94 |
|
|---|
| 95 | # List any source specific properties here
|
|---|
| 96 |
|
|---|