fmt conversion: include centrally, link to library

This commit is contained in:
Moritz Bunkus 2018-11-18 17:18:56 +01:00
parent 2f11d815d0
commit 0bbc8a30e4
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 4 additions and 0 deletions

View File

@ -1005,6 +1005,7 @@ $common_libs = [
:boost_regex,
:boost_filesystem,
:boost_system,
:fmt,
]
$common_libs += [:cmark] if c?(:USE_QT)

View File

@ -40,6 +40,9 @@
# include <inttypes.h>
#endif // HAVE_INTTYPES_H
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/format.hpp>