From a5de020761dadb7d5483aa543f73cccb913569b6 Mon Sep 17 00:00:00 2001 From: Hidden <6078824+jameskr97@users.noreply.github.com> Date: Tue, 12 Mar 2019 01:15:28 -0400 Subject: [PATCH] Undo remove of include_directories --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 85001a7..e2ae1cb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,5 @@ +include_directories(${PROJECT_SOURCE_DIR}/include) + option(ENABLE_IO_THREAD "Start up a separate I/O thread, otherwise I'd need to call an update function" ON) option(USE_STATIC_CRT "Use /MT[d] for dynamic library" OFF) option(WARNINGS_AS_ERRORS "When enabled, compiles with `-Werror` (on *nix platforms)." OFF)