Commit 70b340cc2ca24d852fba8a3e65ee502ceb1e655a
1 parent
e04cbd51
Fix wrong path in CMakelists for getting headerfiles
Showing
1 changed file
with
1 additions
and
1 deletions
hueplusplus/CMakeLists.txt
| 1 | -file(GLOB hueplusplus_HEADERS *.h *.hpp) | 1 | +file(GLOB hueplusplus_HEADERS include/*.h include/*.hpp) |
| 2 | file(GLOB hueplusplus_SOURCES *.cpp) | 2 | file(GLOB hueplusplus_SOURCES *.cpp) |
| 3 | 3 | ||
| 4 | add_library(hueplusplusshared SHARED ${hueplusplus_SOURCES}) | 4 | add_library(hueplusplusshared SHARED ${hueplusplus_SOURCES}) |