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 )