From 7c87e9c9dc670b4ba6744b3821a45bde9be7786c Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 22 Apr 2014 23:50:11 +0200 Subject: [PATCH] Buildfix, missing include path --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 742a5ab..a9cd204 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,9 @@ project (Loki CXX) +include_directories( + include/ +) + if (CMAKE_C_COMPILER_ID STREQUAL "GNU") foreach (Config ${CMAKE_CONFIGURATION_TYPES}) set(TEMP_CONFIG "CMAKE_CXX_FLAGS_${Config}")