From 702540e8fbad3fb06291046a917c49bf2447b5ea Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Wed, 17 Jun 2015 14:45:36 +0200 Subject: [PATCH] build fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d13ae00..522bedd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif() file(GLOB_RECURSE LIB_SOURCES include/*.cpp include/*.hpp include/*.h) add_library(continue STATIC ${LIB_SOURCES}) -include_directories(continue) +include_directories(include) set(TEST_SOURCES test.cpp)