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
+3 -21
View File
@@ -1,23 +1,5 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4parmodels
# Package: Geant4.src.G4parmodels
#
# Top level CMakeLists.txt for a Geant4 Global Library
# or collection of sublibraries
#
# Generated on : 24/9/2010
#
#
#------------------------------------------------------------------------------
# - G4parmodels category build
add_subdirectory(gflash)
if(NOT GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4parmodels
COMPONENTS
gflash/sources.cmake
)
endif()
geant4_global_library_target(NAME G4parmodels
COMPONENTS gflash/sources.cmake)