From aa0c9ab6b51d182cb78ab4cc75c81c0054765bde Mon Sep 17 00:00:00 2001 From: Alexey Andreyev Date: Thu, 27 Jun 2019 16:48:44 +0300 Subject: [PATCH] CMakeLists.txt: add env vars to target_include_directories --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7339f5..da5baee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,8 +50,8 @@ add_library(Olm::Olm ALIAS olm) target_include_directories(olm PUBLIC - $ - $ + $ + $ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/lib)