Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2018-08-16 15:02:11 +0300
committerDaniel Mach <daniel.mach@gmail.com>2018-11-26 17:57:30 +0300
commit5fccea70d6bfec1a46edb4b9b68b71015cefd5ce (patch)
tree1025adb43be6844c544eb780783c50fd56a71a67 /CMakeLists.txt
parentb8320eaf1cfc21626edb1e5ebe2dc35fd844ee95 (diff)
Add zchunk include directories
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 295eb0d..8c4246d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,7 @@ pkg_check_modules(ZCK REQUIRED zck)
include_directories(${GLIB2_INCLUDE_DIRS})
include_directories(${LIBXML2_INCLUDE_DIR})
include_directories(${OPENSSL_INCLUDE_DIR})
+include_directories(${ZCK_INCLUDE_DIRS})
IF (RPM_PATH)