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}")