glob headers

This commit is contained in:
2022-07-05 10:48:11 +02:00
parent d1a95acee2
commit 7719090004

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