diff --git a/CMakeLists.txt b/CMakeLists.txt index 05377fa..7614bbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,11 @@ target_link_libraries( boost_intrusive else() +FILE(GLOB_RECURSE headers include/*.h include/*.hpp) + idf_component_register( + SRCS + ${headers} INCLUDE_DIRS include REQUIRES