From 9ae9dd43a64248f5c4428b99d915c2f9ec793e11 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 5 Jul 2022 10:48:03 +0200 Subject: [PATCH] glob headers --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fce5c5..eb9cdb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,8 +54,11 @@ endif() else() +FILE(GLOB_RECURSE headers include/*.h include/*.hpp) + idf_component_register( SRCS + ${headers} # src/alloc_lib.c # src/dlmalloc.cpp src/global_resource.cpp