glob headers

This commit is contained in:
2022-07-05 10:47:56 +02:00
parent 59c9928d60
commit e483bb51c6

View File

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