From 2d2f10715d2b4b496a4660469210560aad6d8787 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 5 Jul 2022 10:48:28 +0200 Subject: [PATCH] glob headers --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 )