Skip to content

Commit

Permalink
[CMake] Add ZIP and ZipArchive private headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 25, 2021
1 parent d8823b0 commit 2e275c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/XrdCl/CMakeLists.txt
Expand Up @@ -183,17 +183,24 @@ install(

install(
FILES
# Additional client headers
XrdClMessage.hh
XrdClPostMaster.hh
XrdClPostMasterInterfaces.hh
XrdClTransportManager.hh
XrdClResponseJob.hh
XrdClZipArchive.hh
XrdClZipCache.hh
XrdClOperations.hh
XrdClOperationHandlers.hh
# Declarative operations
XrdClArg.hh
XrdClCtx.hh
XrdClFwd.hh
XrdClParallelOperation.hh
XrdClFileOperations.hh
XrdClFileSystemOperations.hh
XrdClZipOperations.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/xrootd/private/XrdCl )

if( NOT XRDCL_LIB_ONLY )
Expand Down
7 changes: 7 additions & 0 deletions src/XrdHeaders.cmake
Expand Up @@ -129,6 +129,13 @@ set( XROOTD_PRIVATE_HEADERS
XrdOuc/XrdOucExport.hh
XrdOuc/XrdOucPList.hh
XrdOuc/XrdOucN2NLoader.hh
XrdZip/XrdZipCDFH.hh
XrdZip/XrdZipEOCD.hh
XrdZip/XrdZipExtra.hh
XrdZip/XrdZipLFH.hh
XrdZip/XrdZipUtils.hh
XrdZip/XrdZipZIP64EOCD.hh
XrdZip/XrdZipZIP64EOCDL.hh
)

if( NOT XRDCL_ONLY )
Expand Down

0 comments on commit 2e275c8

Please sign in to comment.