diff --git a/CMakeLists.txt b/CMakeLists.txt index b31aaf8..c9c724e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,11 @@ add_library( Boost::predef ALIAS boost_predef ) else() +FILE(GLOB_RECURSE headers include/*.h include/*.hpp) + idf_component_register( + SRCS + ${headers} INCLUDE_DIRS include )