glob headers

This commit is contained in:
2022-07-05 10:48:48 +02:00
parent ff7f512a45
commit 7d5d019900

View File

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