From 70b340cc2ca24d852fba8a3e65ee502ceb1e655a Mon Sep 17 00:00:00 2001 From: Moritz W Date: Wed, 18 Oct 2017 13:01:04 +0200 Subject: [PATCH] Fix wrong path in CMakelists for getting headerfiles --- hueplusplus/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hueplusplus/CMakeLists.txt b/hueplusplus/CMakeLists.txt index 0ae452f..5125346 100755 --- a/hueplusplus/CMakeLists.txt +++ b/hueplusplus/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB hueplusplus_HEADERS *.h *.hpp) +file(GLOB hueplusplus_HEADERS include/*.h include/*.hpp) file(GLOB hueplusplus_SOURCES *.cpp) add_library(hueplusplusshared SHARED ${hueplusplus_SOURCES}) -- libgit2 0.21.4