diff --git a/CMakeLists.txt b/CMakeLists.txt index 4324791b..736df293 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,11 @@ target_include_directories(boost_config INTERFACE include) else() +FILE(GLOB_RECURSE headers include/*.h include/*.hpp) + idf_component_register( + SRCS + ${headers} INCLUDE_DIRS include )