Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# Module : G4VRML
|
||||
# Package: Geant4.src.G4visualization.G4VRML
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4VRML module build definition
|
||||
|
||||
#
|
||||
# Module has optional sources
|
||||
#
|
||||
|
||||
# List those always built
|
||||
set(G4VIS_VRML_MODULE_HEADERS
|
||||
G4VRML1File.hh
|
||||
@@ -49,38 +43,23 @@ if(GEANT4_USE_NETWORKVRML)
|
||||
G4VRML2SceneHandler.cc
|
||||
G4VRML2Viewer.cc)
|
||||
|
||||
#
|
||||
# Add extra needed defs here
|
||||
#
|
||||
add_definitions(-DG4VIS_BUILD_VRML_DRIVER)
|
||||
endif()
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
geant4_define_module(NAME G4VRML
|
||||
HEADERS
|
||||
geant4_add_module(G4VRML
|
||||
PUBLIC_HEADERS
|
||||
${G4VIS_VRML_MODULE_HEADERS}
|
||||
SOURCES
|
||||
${G4VIS_VRML_MODULE_SOURCES}
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4csg
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4graphics_reps
|
||||
G4hits
|
||||
G4intercoms
|
||||
G4modeling
|
||||
G4specsolids
|
||||
G4vis_management
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4geometry
|
||||
G4global
|
||||
G4graphics_reps
|
||||
G4intercoms
|
||||
G4modeling
|
||||
G4vis_management
|
||||
)
|
||||
${G4VIS_VRML_MODULE_SOURCES})
|
||||
|
||||
# List any source specific properties here
|
||||
geant4_module_link_libraries(G4VRML
|
||||
PUBLIC
|
||||
G4geometrymng
|
||||
G4vis_management
|
||||
G4globman
|
||||
PRIVATE
|
||||
G4csg
|
||||
G4graphics_reps
|
||||
G4modeling)
|
||||
|
||||
Reference in New Issue
Block a user