glob headers

This commit is contained in:
2022-07-05 10:48:26 +02:00
parent 5188c31f9d
commit a119c02c03

View File

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