From 268dfb5bcf445802992d665a74834b875df698ae Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Fri, 24 Jan 2020 17:19:57 +0100 Subject: [PATCH] Some small updates --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c0c793..9597354 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,7 @@ endfunction() find_event() #FIXME: Use module for this +include_directories(${breakpad_INCLUDE_DIR}) include_directories(${ed25519_INCLUDE_DIR}) include_directories(${ThreadPool_INCLUDE_DIR}) include_directories(${DataPipes_INCLUDE_DIR})