Skip to content
Snippets Groups Projects
Unverified Commit 1b3bf64f authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

core/zip: do not use file globbing

parent ab84591c
No related branches found
No related tags found
No related merge requests found
find_package(ZLIB REQUIRED)
ROOT_GLOB_HEADERS(headers
inc/Compression.h
inc/RZip.h
)
ROOT_GLOB_SOURCES(sources
ROOT_OBJECT_LIBRARY(Zip
src/Bits.c
src/ZDeflate.c
src/ZTrees.c
......@@ -14,7 +9,6 @@ ROOT_GLOB_SOURCES(sources
src/RZip.cxx
)
ROOT_OBJECT_LIBRARY(Zip ${sources})
target_include_directories(Zip PRIVATE ${ZLIB_INCLUDE_DIR})
ROOT_INSTALL_HEADERS()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment