glob headers

This commit is contained in:
2022-07-05 10:48:28 +02:00
parent af3e70ada5
commit 2d2f10715d

View File

@ -41,7 +41,11 @@ add_library( Boost::predef ALIAS boost_predef )
else()
FILE(GLOB_RECURSE headers include/*.h include/*.hpp)
idf_component_register(
SRCS
${headers}
INCLUDE_DIRS
include
)