glob headers

This commit is contained in:
2022-07-05 10:48:30 +02:00
parent a24f53d25c
commit 6565429eca

View File

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