diff --git a/CMakeLists.txt b/CMakeLists.txt index 9afed90..71df58a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,11 @@ target_link_libraries(boost_io else() +FILE(GLOB_RECURSE headers include/*.h include/*.hpp) + idf_component_register( + SRCS + ${headers} INCLUDE_DIRS include REQUIRES