forked from boostorg/config
glob headers
This commit is contained in:
@ -17,7 +17,11 @@ target_include_directories(boost_config INTERFACE include)
|
|||||||
|
|
||||||
else()
|
else()
|
||||||
|
|
||||||
|
FILE(GLOB_RECURSE headers include/*.h include/*.hpp)
|
||||||
|
|
||||||
idf_component_register(
|
idf_component_register(
|
||||||
|
SRCS
|
||||||
|
${headers}
|
||||||
INCLUDE_DIRS
|
INCLUDE_DIRS
|
||||||
include
|
include
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user