1
0
forked from boostorg/io

glob headers

This commit is contained in:
2022-07-05 10:48:16 +02:00
parent b0315b55cc
commit bf826ba73a

View File

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