From 4b8565434c89ba324629273ec57f8552550d6ed6 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Mon, 28 Jun 2021 21:39:06 +0200 Subject: [PATCH] Fixed linker error with missing implementation in lib --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d792d7f..15e0590c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,6 +394,8 @@ if (FMT_MASTER_PROJECT AND EXISTS ${gitignore}) endif () else() idf_component_register( + SRCS + src/format.cc INCLUDE_DIRS include )