glob headers

This commit is contained in:
2022-07-05 10:48:00 +02:00
parent 268704a1e1
commit f5314c2e84

View File

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