From a9271862dcde58982affda98383e2367e5d205b8 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 12 Jun 2019 15:29:18 -1000 Subject: [PATCH] Ensure athena has zlib include directory available --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c0d617..0282804 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,9 @@ add_library(athena-core include/yaml.h include/utf8proc.h ) -target_include_directories(athena-core PUBLIC $) +target_include_directories(athena-core PUBLIC + $ + $) target_link_libraries(athena-core PUBLIC athena-libyaml) add_library(athena-sakura EXCLUDE_FROM_ALL