forked from fmtlib/fmt
Fixed linker error with missing implementation in lib
This commit is contained in:
@ -394,6 +394,8 @@ if (FMT_MASTER_PROJECT AND EXISTS ${gitignore})
|
|||||||
endif ()
|
endif ()
|
||||||
else()
|
else()
|
||||||
idf_component_register(
|
idf_component_register(
|
||||||
|
SRCS
|
||||||
|
src/format.cc
|
||||||
INCLUDE_DIRS
|
INCLUDE_DIRS
|
||||||
include
|
include
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user