164 lines
5.3 KiB
CMake
164 lines
5.3 KiB
CMake
#------------------------------------------------------------------------------
|
|
# sources.cmake
|
|
# Module : G4vis_management
|
|
# Package: Geant4.src.G4visualization.G4vis_management
|
|
#
|
|
# Sources description for a library.
|
|
# Lists the sources and headers of the code explicitely.
|
|
# Lists include paths needed.
|
|
# Lists the internal granular and global dependencies of the library.
|
|
# Source specific properties should be added at the end.
|
|
#
|
|
# Generated on : 24/9/2010
|
|
#
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
# List external includes needed.
|
|
include_directories(${CLHEP_INCLUDE_DIRS})
|
|
include_directories(${USOLIDS_INCLUDE_DIRS})
|
|
|
|
# List internal includes needed.
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/utils/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/event/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/magneticfield/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/Boolean/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/specific/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/run/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/tracking/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/visualization/management/include)
|
|
include_directories(${CMAKE_SOURCE_DIR}/source/visualization/modeling/include)
|
|
|
|
#
|
|
# Define the Geant4 Module.
|
|
#
|
|
include(Geant4MacroDefineModule)
|
|
GEANT4_DEFINE_MODULE(NAME G4vis_management
|
|
HEADERS
|
|
G4GraphicsSystemList.hh
|
|
G4Scene.hh
|
|
G4Scene.icc
|
|
G4SceneHandlerList.hh
|
|
G4SceneList.hh
|
|
G4VGraphicsSystem.hh
|
|
G4VSceneHandler.hh
|
|
G4VSceneHandler.icc
|
|
G4VUserVisAction.hh
|
|
G4VViewer.hh
|
|
G4VViewer.icc
|
|
G4VVisCommand.hh
|
|
G4VVisCommand.icc
|
|
G4ViewParameters.hh
|
|
G4ViewParameters.icc
|
|
G4ViewerList.hh
|
|
G4VisCommandModelCreate.hh
|
|
G4VisCommands.hh
|
|
G4VisCommandsCompound.hh
|
|
G4VisCommandsGeometry.hh
|
|
G4VisCommandsGeometrySet.hh
|
|
G4VisCommandsListManager.hh
|
|
G4VisCommandsMultithreading.hh
|
|
G4VisCommandsSet.hh
|
|
G4VisCommandsScene.hh
|
|
G4VisCommandsSceneAdd.hh
|
|
G4VisCommandsSceneHandler.hh
|
|
G4VisCommandsTouchable.hh
|
|
G4VisCommandsTouchableSet.hh
|
|
G4VisCommandsViewer.hh
|
|
G4VisCommandsViewerDefault.hh
|
|
G4VisCommandsViewerSet.hh
|
|
G4VisExecutive.hh
|
|
G4VisExecutive.icc
|
|
G4VisFilterManager.hh
|
|
G4VisListManager.hh
|
|
G4VisManager.hh
|
|
G4VisManager.icc
|
|
G4VisModelManager.hh
|
|
G4VisStateDependent.hh
|
|
SOURCES
|
|
G4GraphicsSystemList.cc
|
|
G4Scene.cc
|
|
G4SceneHandlerList.cc
|
|
G4SceneList.cc
|
|
G4VGraphicsSystem.cc
|
|
G4VSceneHandler.cc
|
|
G4VViewer.cc
|
|
G4VVisCommand.cc
|
|
G4ViewParameters.cc
|
|
G4ViewerList.cc
|
|
G4VisCommands.cc
|
|
G4VisCommandsCompound.cc
|
|
G4VisCommandsGeometry.cc
|
|
G4VisCommandsGeometrySet.cc
|
|
G4VisCommandsMultithreading.cc
|
|
G4VisCommandsSet.cc
|
|
G4VisCommandsScene.cc
|
|
G4VisCommandsSceneAdd.cc
|
|
G4VisCommandsSceneHandler.cc
|
|
G4VisCommandsTouchable.cc
|
|
G4VisCommandsTouchableSet.cc
|
|
G4VisCommandsViewer.cc
|
|
G4VisCommandsViewerDefault.cc
|
|
G4VisCommandsViewerSet.cc
|
|
G4VisManager.cc
|
|
G4VisStateDependent.cc
|
|
GRANULAR_DEPENDENCIES
|
|
G4csg
|
|
G4detutils
|
|
G4digits
|
|
G4event
|
|
G4geomBoolean
|
|
G4geometrymng
|
|
G4globman
|
|
G4graphics_reps
|
|
G4hepnumerics
|
|
G4hits
|
|
G4intercoms
|
|
G4magneticfield
|
|
G4materials
|
|
G4modeling
|
|
G4navigation
|
|
G4partman
|
|
G4procman
|
|
G4run
|
|
G4specsolids
|
|
G4track
|
|
G4tracking
|
|
G4vis_management
|
|
G4volumes
|
|
GLOBAL_DEPENDENCIES
|
|
G4digits_hits
|
|
G4event
|
|
G4geometry
|
|
G4global
|
|
G4graphics_reps
|
|
G4intercoms
|
|
G4materials
|
|
G4modeling
|
|
G4particles
|
|
G4processes
|
|
G4run
|
|
G4track
|
|
G4tracking
|
|
LINK_LIBRARIES
|
|
)
|
|
|
|
# List any source specific properties here
|
|
|