Skip to content

Commit

Permalink
[CMake] Install XrdEc private header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 25, 2021
1 parent 8b64c53 commit b3bc8cf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/XrdEc/CMakeLists.txt
Expand Up @@ -99,3 +99,19 @@ set_target_properties(
SOVERSION ${XRD_EC_SOVERSION} )

add_dependencies( XrdEc isa-l )

#------------------------------------------------------------------------------
# Install private header files
#------------------------------------------------------------------------------
install(
FILES
XrdEcReader.hh
XrdEcObjCfg.hh
XrdEcStrmWriter.hh
XrdEcWrtBuff.hh
XrdEcThreadPool.hh
XrdEcUtilities.hh
XrdEcObjCfg.hh
XrdEcConfig.hh
XrdEcRedundancyProvider.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/xrootd/private/XrdEc )

0 comments on commit b3bc8cf

Please sign in to comment.