glob headers

This commit is contained in:
2022-07-05 10:48:42 +02:00
parent 49a586b353
commit 7130223905

View File

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