Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+2 -20
View File
@@ -1,21 +1,14 @@
#------------------------------------------------------------------------------
# Module : G4geometry
# Package: Geant4.src.G4analysis
#------------------------------------------------------------------------------
# - G4analysis category build
if(GEANT4_USE_FREETYPE)
add_definitions(-DTOOLS_USE_FREETYPE)
add_definitions(-DTOOLS_USE_EXPAT)
endif()
# g4tools needs additional CMake setup
add_subdirectory(g4tools)
set(G4analysis_COMPONENTS
accumulables/sources.cmake
csv/sources.cmake
factory/sources.cmake
g4tools/sources.cmake
hntools/sources.cmake
management/sources.cmake
root/sources.cmake
@@ -29,15 +22,4 @@ endif()
geant4_global_library_target(NAME G4analysis
COMPONENTS ${G4analysis_COMPONENTS}
)
#-----------------------------------------------------------------------
# Install fonts
#
if(GEANT4_USE_FREETYPE)
install(DIRECTORY fonts/
DESTINATION ${CMAKE_INSTALL_DATADIR}/fonts
PATTERN ".svn" EXCLUDE
)
endif()
COMPONENTS ${G4analysis_COMPONENTS})