forked from boostorg/predef
glob headers
This commit is contained in:
@ -41,7 +41,11 @@ add_library( Boost::predef ALIAS boost_predef )
|
||||
|
||||
else()
|
||||
|
||||
FILE(GLOB_RECURSE headers include/*.h include/*.hpp)
|
||||
|
||||
idf_component_register(
|
||||
SRCS
|
||||
${headers}
|
||||
INCLUDE_DIRS
|
||||
include
|
||||
)
|
||||
|
Reference in New Issue
Block a user