Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/visualization/FukuiRenderer/sources.cmake

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /visualization/FukuiRenderer/sources.cmake (Version 11.3.0) and /visualization/FukuiRenderer/sources.cmake (Version 9.5.p1)


  1 # - G4FR module build definition               <<   1 #------------------------------------------------------------------------------
                                                   >>   2 # sources.cmake
                                                   >>   3 # Module : G4FR
                                                   >>   4 # Package: Geant4.src.G4visualization.G4FR
                                                   >>   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-11-23 20:31:28 bmorgan Exp $
                                                   >>  15 #
                                                   >>  16 #------------------------------------------------------------------------------
  2                                                    17 
  3 # Define the Geant4 Module.                    <<  18 # List external includes needed.
  4 geant4_add_module(G4FR                         <<  19 include_directories(${CLHEP_INCLUDE_DIRS})
  5   PUBLIC_HEADERS                               <<  20 
                                                   >>  21 # List internal includes needed.
                                                   >>  22 include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
                                                   >>  23 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
                                                   >>  24 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include)
                                                   >>  25 include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/specific/include)
                                                   >>  26 include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
                                                   >>  27 include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
                                                   >>  28 include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include)
                                                   >>  29 include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
                                                   >>  30 include_directories(${CMAKE_SOURCE_DIR}/source/visualization/management/include)
                                                   >>  31 include_directories(${CMAKE_SOURCE_DIR}/source/visualization/modeling/include)
                                                   >>  32 
                                                   >>  33 
                                                   >>  34 #
                                                   >>  35 # Module has optional sources
                                                   >>  36 #
                                                   >>  37 include(Geant4MacroDefineModule)
                                                   >>  38 
                                                   >>  39 # List those always built
                                                   >>  40 set(G4VIS_DAWN_MODULE_HEADERS
  6     G4DAWNFILE.hh                                  41     G4DAWNFILE.hh
  7   PRIVATE_HEADERS                              << 
  8     G4DAWNFILESceneHandler.hh                      42     G4DAWNFILESceneHandler.hh
  9     G4DAWNFILEViewer.hh                            43     G4DAWNFILEViewer.hh
 10     G4FRConst.hh                                   44     G4FRConst.hh
                                                   >>  45     G4FRFeatures.hh
 11     G4FRSceneFunc.icc                              46     G4FRSceneFunc.icc
 12     G4FRofstream.hh                            <<  47     G4FRofstream.hh)
 13     G4VisFeaturesOfDAWNFILE.hh                 <<  48 
 14   SOURCES                                      <<  49 set(G4VIS_DAWN_MODULE_SOURCES
 15     G4DAWNFILE.cc                                  50     G4DAWNFILE.cc
 16     G4DAWNFILESceneHandler.cc                      51     G4DAWNFILESceneHandler.cc
 17     G4DAWNFILEViewer.cc                        <<  52     G4DAWNFILEViewer.cc)
 18     G4VisFeaturesOfDAWNFILE.cc)                <<  53 
                                                   >>  54 #
                                                   >>  55 # DAWN Network driver only built if user selected
                                                   >>  56 #
                                                   >>  57 if(GEANT4_USE_NETWORKDAWN)
                                                   >>  58     list(APPEND G4VIS_DAWN_MODULE_HEADERS
                                                   >>  59         G4FRClientServer.hh
                                                   >>  60         G4FukuiRenderer.hh
                                                   >>  61         G4FukuiRendererSceneHandler.hh
                                                   >>  62         G4FukuiRendererViewer.hh)
                                                   >>  63 
                                                   >>  64     list(APPEND G4VIS_DAWN_MODULE_SOURCES
                                                   >>  65         G4FRClientServer.cc
                                                   >>  66         G4FukuiRenderer.cc
                                                   >>  67         G4FukuiRendererSceneHandler.cc
                                                   >>  68         G4FukuiRendererViewer.cc)
                                                   >>  69 
                                                   >>  70     # To activate the Fukui Renderer Network component, we need an
                                                   >>  71     # extra compile definition
                                                   >>  72     GEANT4_ADD_COMPILE_DEFINITIONS(SOURCES ${G4VIS_DAWN_MODULE_SOURCES}
                                                   >>  73         COMPILE_DEFINITIONS G4VIS_BUILD_DAWN_DRIVER)
                                                   >>  74 endif()
                                                   >>  75 
                                                   >>  76 
                                                   >>  77 
                                                   >>  78 #
                                                   >>  79 # Define the Geant4 Module.
                                                   >>  80 #
                                                   >>  81 GEANT4_DEFINE_MODULE(NAME G4FR
                                                   >>  82     HEADERS
                                                   >>  83         ${G4VIS_DAWN_MODULE_HEADERS}
                                                   >>  84     SOURCES
                                                   >>  85         ${G4VIS_DAWN_MODULE_SOURCES}
                                                   >>  86     GRANULAR_DEPENDENCIES
                                                   >>  87         G4csg
                                                   >>  88         G4geometrymng
                                                   >>  89         G4globman
                                                   >>  90         G4graphics_reps
                                                   >>  91         G4hits
                                                   >>  92         G4intercoms
                                                   >>  93         G4modeling
                                                   >>  94         G4specsolids
                                                   >>  95         G4vis_management
                                                   >>  96     GLOBAL_DEPENDENCIES
                                                   >>  97         G4digits_hits
                                                   >>  98         G4geometry
                                                   >>  99         G4global
                                                   >> 100         G4graphics_reps
                                                   >> 101         G4intercoms
                                                   >> 102         G4modeling
                                                   >> 103         G4vis_management
                                                   >> 104     LINK_LIBRARIES
                                                   >> 105 )
 19                                                   106 
 20 geant4_module_link_libraries(G4FR              << 107 # List any source specific properties here
 21   PUBLIC                                       << 
 22     G4vis_management                           << 
 23   PRIVATE                                      << 
 24     G4csg                                      << 
 25     G4geometrymng                              << 
 26     G4globman                                  << 
 27     G4graphics_reps                            << 
 28     G4hepgeometry                              << 
 29     G4modeling)                                << 
 30                                                   108