Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -1,61 +1,41 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4visQt3D
|
||||
# Package: Geant4.src.G4visualization.G4visQt3D
|
||||
#
|
||||
# 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
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# - G4visQt3D module build definition
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
GEANT4_DEFINE_MODULE(NAME G4visQt3D
|
||||
HEADERS
|
||||
G4Qt3D.hh
|
||||
G4Qt3DQEntity.hh
|
||||
G4Qt3DSceneHandler.hh
|
||||
G4Qt3DUtils.hh
|
||||
G4Qt3DViewer.hh
|
||||
SOURCES
|
||||
G4Qt3D.cc
|
||||
G4Qt3DSceneHandler.cc
|
||||
G4Qt3DUtils.cc
|
||||
G4Qt3DViewer.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4csg
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4graphics_reps
|
||||
G4hits
|
||||
G4intercoms
|
||||
G4interfaces
|
||||
G4modeling
|
||||
G4specsolids
|
||||
G4tracking
|
||||
G4vis_management
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4digits_hits
|
||||
G4geometry
|
||||
G4global
|
||||
G4graphics_reps
|
||||
G4intercoms
|
||||
G4interfaces
|
||||
G4modeling
|
||||
G4tracking
|
||||
G4vis_management
|
||||
LINK_LIBRARIES
|
||||
Qt5::Gui Qt5::Widgets Qt5::3DCore Qt5::3DExtras Qt5::3DRender
|
||||
)
|
||||
geant4_add_module(G4visQt3D
|
||||
PUBLIC_HEADERS
|
||||
G4Qt3D.hh
|
||||
G4Qt3DQEntity.hh
|
||||
G4Qt3DSceneHandler.hh
|
||||
G4Qt3DUtils.hh
|
||||
G4Qt3DViewer.hh
|
||||
SOURCES
|
||||
G4Qt3D.cc
|
||||
G4Qt3DSceneHandler.cc
|
||||
G4Qt3DUtils.cc
|
||||
G4Qt3DViewer.cc)
|
||||
|
||||
geant4_module_compile_definitions(G4visQt3D
|
||||
PRIVATE G4INTY_BUILD_QT G4UI_BUILD_QT_SESSION G4VIS_BUILD_QT3D_DRIVER)
|
||||
|
||||
geant4_module_link_libraries(G4visQt3D
|
||||
PUBLIC
|
||||
G4modeling
|
||||
G4globman
|
||||
G4hepgeometry
|
||||
G4vis_management
|
||||
Qt5::Gui
|
||||
Qt5::Widgets
|
||||
Qt5::3DCore
|
||||
Qt5::3DExtras
|
||||
Qt5::3DRender
|
||||
PRIVATE
|
||||
G4csg
|
||||
G4graphics_reps
|
||||
G4geometrymng
|
||||
G4navigation
|
||||
G4UIbasic
|
||||
G4intercoms)
|
||||
|
||||
|
||||
add_definitions(-DG4INTY_BUILD_QT -DG4UI_BUILD_QT_SESSION -DG4VIS_BUILD_QT3D_DRIVER)
|
||||
|
||||
# List any source specific properties here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user