forked from boostorg/predef
glob headers
This commit is contained in:
@ -41,7 +41,11 @@ add_library( Boost::predef ALIAS boost_predef )
|
|||||||
|
|
||||||
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