Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#------------------------------------------------------------------------------
|
||||
#-----------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4visHepRep
|
||||
# Package: Geant4.src.G4visualization.G4visHepRep
|
||||
@@ -11,12 +11,13 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: sources.cmake,v 1.2 2010-09-30 13:50:34 bmorgan Exp $
|
||||
# $Id: sources.cmake 68732 2013-04-05 09:44:10Z gcosmo $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
# List external includes needed.
|
||||
include_directories(${CLHEP_INCLUDE_DIRS})
|
||||
include_directories(${ZLIB_INCLUDE_DIRS})
|
||||
|
||||
# List internal includes needed.
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include)
|
||||
@@ -29,7 +30,6 @@ 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/tracking/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/visualization/externals/zlib/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/visualization/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/visualization/modeling/include)
|
||||
|
||||
@@ -38,73 +38,72 @@ include_directories(${CMAKE_SOURCE_DIR}/source/visualization/modeling/include)
|
||||
#
|
||||
include(Geant4MacroDefineModule)
|
||||
GEANT4_DEFINE_MODULE(NAME G4visHepRep
|
||||
HEADERS
|
||||
G4HepRep.hh
|
||||
G4HepRepFile.hh
|
||||
G4HepRepFileSceneHandler.hh
|
||||
G4HepRepFileViewer.hh
|
||||
G4HepRepFileXMLWriter.hh
|
||||
G4HepRepMessenger.hh
|
||||
G4HepRepSceneHandler.hh
|
||||
G4HepRepViewer.hh
|
||||
SOURCES
|
||||
BHepRepWriter.cc
|
||||
DefaultHepRep.cc
|
||||
DefaultHepRepAction.cc
|
||||
DefaultHepRepAttDef.cc
|
||||
DefaultHepRepAttValue.cc
|
||||
DefaultHepRepAttribute.cc
|
||||
DefaultHepRepDefinition.cc
|
||||
DefaultHepRepFactory.cc
|
||||
DefaultHepRepInstance.cc
|
||||
DefaultHepRepInstanceTree.cc
|
||||
DefaultHepRepPoint.cc
|
||||
DefaultHepRepTreeID.cc
|
||||
DefaultHepRepType.cc
|
||||
DefaultHepRepTypeTree.cc
|
||||
DeflateOutputStreamBuffer.cc
|
||||
G4HepRep.cc
|
||||
G4HepRepFile.cc
|
||||
G4HepRepFileSceneHandler.cc
|
||||
G4HepRepFileViewer.cc
|
||||
G4HepRepFileXMLWriter.cc
|
||||
G4HepRepMessenger.cc
|
||||
G4HepRepSceneHandler.cc
|
||||
G4HepRepViewer.cc
|
||||
GZIPOutputStream.cc
|
||||
GZIPOutputStreamBuffer.cc
|
||||
IndentPrintWriter.cc
|
||||
XMLHepRepFactory.cc
|
||||
XMLHepRepWriter.cc
|
||||
XMLWriter.cc
|
||||
ZipOutputStream.cc
|
||||
ZipOutputStreamBuffer.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4csg
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4graphics_reps
|
||||
G4hits
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4modeling
|
||||
G4specsolids
|
||||
G4tracking
|
||||
G4vis_management
|
||||
G4zlib
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4geometry
|
||||
G4global
|
||||
G4graphics_reps
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4modeling
|
||||
G4tracking
|
||||
G4vis_management
|
||||
G4zlib
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
HEADERS
|
||||
G4HepRep.hh
|
||||
G4HepRepFile.hh
|
||||
G4HepRepFileSceneHandler.hh
|
||||
G4HepRepFileViewer.hh
|
||||
G4HepRepFileXMLWriter.hh
|
||||
G4HepRepMessenger.hh
|
||||
G4HepRepSceneHandler.hh
|
||||
G4HepRepViewer.hh
|
||||
SOURCES
|
||||
BHepRepWriter.cc
|
||||
DefaultHepRep.cc
|
||||
DefaultHepRepAction.cc
|
||||
DefaultHepRepAttDef.cc
|
||||
DefaultHepRepAttValue.cc
|
||||
DefaultHepRepAttribute.cc
|
||||
DefaultHepRepDefinition.cc
|
||||
DefaultHepRepFactory.cc
|
||||
DefaultHepRepInstance.cc
|
||||
DefaultHepRepInstanceTree.cc
|
||||
DefaultHepRepPoint.cc
|
||||
DefaultHepRepTreeID.cc
|
||||
DefaultHepRepType.cc
|
||||
DefaultHepRepTypeTree.cc
|
||||
DeflateOutputStreamBuffer.cc
|
||||
G4HepRep.cc
|
||||
G4HepRepFile.cc
|
||||
G4HepRepFileSceneHandler.cc
|
||||
G4HepRepFileViewer.cc
|
||||
G4HepRepFileXMLWriter.cc
|
||||
G4HepRepMessenger.cc
|
||||
G4HepRepSceneHandler.cc
|
||||
G4HepRepViewer.cc
|
||||
GZIPOutputStream.cc
|
||||
GZIPOutputStreamBuffer.cc
|
||||
IndentPrintWriter.cc
|
||||
XMLHepRepFactory.cc
|
||||
XMLHepRepWriter.cc
|
||||
XMLWriter.cc
|
||||
ZipOutputStream.cc
|
||||
ZipOutputStreamBuffer.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4csg
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4graphics_reps
|
||||
G4hits
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4modeling
|
||||
G4specsolids
|
||||
G4tracking
|
||||
G4vis_management
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4geometry
|
||||
G4global
|
||||
G4graphics_reps
|
||||
G4intercoms
|
||||
G4materials
|
||||
G4modeling
|
||||
G4tracking
|
||||
G4vis_management
|
||||
LINK_LIBRARIES
|
||||
${ZLIB_LIBRARIES}
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user