Skip to content

Commit

Permalink
Fix for greedy file(GLOB)
Browse files Browse the repository at this point in the history
  • Loading branch information
srounce committed Dec 25, 2018
1 parent 20c0900 commit b3670f1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion cpp_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Edit following two lines to set component requirements (see docs)
set(COMPONENT_REQUIRES )
set(COMPONENT_REQUIRES
"console"
"fatfs"
"json"
"mdns"
"nvs_flash"
)
set(COMPONENT_PRIV_REQUIRES )

file(GLOB COMPONENT_SRCS
LIST_DIRECTORIES false
"*.h"
"*.cpp"
"*.c"
"*.S"
)
set(COMPONENT_ADD_INCLUDEDIRS ".")

register_component()

0 comments on commit b3670f1

Please sign in to comment.