From fb8490e37c13a4e8eb9df0f6004f7e9e2cf21929 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 5 Jul 2022 10:48:23 +0200 Subject: [PATCH] glob headers --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 814b24d..88e0b4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,11 @@ endif() else() +FILE(GLOB_RECURSE headers include/*.h include/*.hpp) + idf_component_register( + SRCS + ${headers} INCLUDE_DIRS include )