glob headers

This commit is contained in:
2022-07-05 10:48:45 +02:00
parent d2746d7d72
commit bcddc892f7

View File

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