From 40fa70186b70bcea8d1806a8d620fe91790c3d64 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Mon, 9 Aug 2021 22:28:39 +0200 Subject: [PATCH] add a missing include directory --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8aeb183..42c421b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,7 @@ CONFIGURE_FILE( # define include directories INCLUDE_DIRECTORIES( + ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/include ${CMAKE_BINARY_DIR}/include )