Fixed linker error with missing implementation in lib

This commit is contained in:
2021-06-28 21:39:06 +02:00
parent b7dbc2c905
commit 4b8565434c

View File

@ -394,6 +394,8 @@ if (FMT_MASTER_PROJECT AND EXISTS ${gitignore})
endif ()
else()
idf_component_register(
SRCS
src/format.cc
INCLUDE_DIRS
include
)