1
0
forked from boostorg/mp11

glob headers

This commit is contained in:
2022-07-05 10:48:23 +02:00
parent 015adf50a6
commit fb8490e37c

View File

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