Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
+17 -18
View File
@@ -90,8 +90,8 @@ include(Geant4MacroDefineModule)
#
# headers listed under Sources are internal zlib headers
# Private headers are in src!
include_directories(src)
include_directories(${ZLIB_INCLUDE_DIRS})
include_directories(include)
set(ZLIB_PUBLIC_HDRS
${CMAKE_CURRENT_BINARY_DIR}/zconf.h
zlib.h
@@ -108,27 +108,26 @@ set(ZLIB_PRIVATE_HDRS
zutil.h
)
set(ZLIB_SRCS
adler32.cc
compress.cc
crc32.cc
deflate.cc
gzclose.cc
gzlib.cc
gzread.cc
gzwrite.cc
inflate.cc
infback.cc
inftrees.cc
inffast.cc
trees.cc
uncompr.cc
zutil.cc
adler32.c
compress.c
crc32.c
deflate.c
gzclose.c
gzlib.c
gzread.c
gzwrite.c
inflate.c
infback.c
inftrees.c
inffast.c
trees.c
uncompr.c
zutil.c
)
GEANT4_DEFINE_MODULE(NAME G4zlib
HEADERS
${ZLIB_PUBLIC_HDRS}
SOURCES
${ZLIB_PRIVATE_HDRS}
${ZLIB_SRCS}
GRANULAR_DEPENDENCIES
GLOBAL_DEPENDENCIES