diff options
author | Julian Andres Klode <jak@debian.org> | 2018-04-15 18:57:53 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2018-04-15 18:57:53 +0000 |
commit | 1cbb4c95f3fdd0872a7f1cb0f970f50a68c13959 (patch) | |
tree | a4d862020a09309efa6801d791216649368bd263 /apt-pkg/CMakeLists.txt | |
parent | e441cba86f9aa50c9e785d9aa45ae0a43ac5c123 (diff) | |
parent | 7cf73b7a1e4f127098cae5b8593cd1d0c675e4a4 (diff) |
Merge branch 'pu/zstd' into 'master'
pu/zstd
See merge request apt-team/apt!8
Diffstat (limited to 'apt-pkg/CMakeLists.txt')
-rw-r--r-- | apt-pkg/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/CMakeLists.txt b/apt-pkg/CMakeLists.txt index 2f5ad3200..fdf27f92d 100644 --- a/apt-pkg/CMakeLists.txt +++ b/apt-pkg/CMakeLists.txt @@ -44,6 +44,7 @@ target_include_directories(apt-pkg ${BZIP2_INCLUDE_DIR} ${LZMA_INCLUDE_DIRS} ${LZ4_INCLUDE_DIRS} + ${ZSTD_INCLUDE_DIRS} $<$<BOOL:${UDEV_FOUND}>:${UDEV_INCLUDE_DIRS}> ${ICONV_INCLUDE_DIRS} ) @@ -55,6 +56,7 @@ target_link_libraries(apt-pkg ${BZIP2_LIBRARIES} ${LZMA_LIBRARIES} ${LZ4_LIBRARIES} + ${ZSTD_LIBRARIES} $<$<BOOL:${UDEV_FOUND}>:${UDEV_LIBRARIES}> ${ICONV_LIBRARIES} ) |