Peter M. Groen
/
hueplusplus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
70b340cc2ca24d852fba8a3e65ee502ceb1e655a
Authored by
Moritz W
2017-10-18 13:01:04 +0200
1 parent
e04cbd51
Fix wrong path in CMakelists for getting headerfiles
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hueplusplus/CMakeLists.txt
hueplusplus/CMakeLists.txt
View file @
70b340c
1
-file(GLOB hueplusplus_HEADERS
*.h
*.hpp)
1
+file(GLOB hueplusplus_HEADERS
include/*.h include/
*.hpp)
2
2
file(GLOB hueplusplus_SOURCES *.cpp)
3
3
4
4
add_library(hueplusplusshared SHARED ${hueplusplus_SOURCES})
...
...