mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-04 00:09:31 +00:00
fmt conversion: include centrally, link to library
This commit is contained in:
parent
2f11d815d0
commit
0bbc8a30e4
1
Rakefile
1
Rakefile
@ -1005,6 +1005,7 @@ $common_libs = [
|
||||
:boost_regex,
|
||||
:boost_filesystem,
|
||||
:boost_system,
|
||||
:fmt,
|
||||
]
|
||||
|
||||
$common_libs += [:cmark] if c?(:USE_QT)
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user