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