1
0
forked from boostorg/bind

glob headers

This commit is contained in:
2022-07-05 10:47:58 +02:00
parent 866f52f298
commit e3f9325d04

View File

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