source: trunk/source/geometry/solids/Boolean/sources.cmake@ 1354

Last change on this file since 1354 was 1350, checked in by garnier, 15 years ago

update to last version 4.9.4

File size: 1.9 KB
RevLine 
[1350]1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4geomBoolean
4# Package: Geant4.src.G4geometry..G4geomBoolean
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:42:29 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/volumes/include)
24include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
25include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
26include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
27include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include)
28include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
29
30#
31# Define the Geant4 Module.
32#
33include(Geant4MacroDefineModule)
34GEANT4_DEFINE_MODULE(NAME G4geomBoolean
35 HEADERS
36 G4BooleanSolid.hh
37 G4BooleanSolid.icc
38 G4DisplacedSolid.hh
39 G4IntersectionSolid.hh
40 G4SubtractionSolid.hh
41 G4UnionSolid.hh
42 SOURCES
43 G4BooleanSolid.cc
44 G4DisplacedSolid.cc
45 G4IntersectionSolid.cc
46 G4SubtractionSolid.cc
47 G4UnionSolid.cc
48 GRANULAR_DEPENDENCIES
49 G4geometrymng
50 G4globman
51 G4graphics_reps
52 G4intercoms
53 G4volumes
54 GLOBAL_DEPENDENCIES
55 G4global
56 G4graphics_reps
57 G4intercoms
58 LINK_LIBRARIES
59)
60
61# List any source specific properties here
62
Note: See TracBrowser for help on using the repository browser.