forked from boostorg/config
glob headers
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user