Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user