diff --git a/CMakeLists.txt b/CMakeLists.txt index 31a50f3..5b5683b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,11 @@ endif() else() +FILE(GLOB_RECURSE headers include/*.h include/*.hpp) + idf_component_register( + SRCS + ${headers} INCLUDE_DIRS include REQUIRES