From d83f1a631922f983e768053a0f645f042d33649a Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 23 Oct 2014 18:22:50 +0200 Subject: [PATCH] Added .hpp files --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c8f42666..887c1f0b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB_RECURSE INC_FILES ../include/*.h) +file(GLOB_RECURSE INC_FILES ../include/*.hpp) file(GLOB_RECURSE SRC_FILES *.cpp) include_directories(../include)