#
# Autogenerated from /export/home/dicuccio/cpp-cmake/cpp-cmake.2015-01-24/src/util/compress/api/Makefile.compress.lib
#
add_library(xcompress
    compress stream streambuf stream_util bzip2 zlib lzo reader_zlib tar
    archive archive_ archive_zip
)
include_directories(SYSTEM ${CMPRS_INCLUDE})

target_link_libraries(xcompress
    xutil
    ${BZ2_LIB} ${Z_LIB} ${LZO_LIB} ${BZ2_LIBS} ${Z_LIBS} ${LZO_LIBS}
)
