glob headers

This commit is contained in:
2022-07-05 10:48:33 +02:00
parent 6eaae5f10b
commit 8c5caaf594

View File

@ -32,7 +32,11 @@ endif()
else()
FILE(GLOB_RECURSE headers include/*.h include/*.hpp)
idf_component_register(
SRCS
${headers}
INCLUDE_DIRS
include
REQUIRES