1
0
forked from boostorg/core

glob headers

This commit is contained in:
2022-07-05 10:48:07 +02:00
parent 17513d123b
commit 47dab0d545

View File

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