mu embeds a "vendored" subset of the libfmt package under thirdparty; but it's better to use the system-package if the user has one. So, use the system package if found or user -Duse-embedded-fmt=true is specified.
6 lines
187 B
C
6 lines
187 B
C
// This file is only provided for compatibility and may be removed in future
|
|
// versions. Use fmt/base.h if you don't need fmt::format and fmt/format.h
|
|
// otherwise.
|
|
|
|
#include "format.h"
|