From e681235ade7aaa6c688a8dda355e072bf2990ad3 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Fri, 10 Feb 2017 20:50:41 +0200 Subject: [PATCH] [wip] include dirs --- Telegram/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index d62c430fd..30a179f11 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -276,6 +276,8 @@ if (LINUX) ) endif() +include_directories(SourceFiles/core) + ##====================== ## Telegram ##======================