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