Add wchar.h for wide char overloads

This commit is contained in:
Victor Zverovich
2021-05-17 20:47:38 -07:00
parent ce14eafc24
commit 0dd91e20d5
8 changed files with 105 additions and 47 deletions

View File

@@ -187,7 +187,8 @@ endfunction()
# Define the fmt library, its includes and the needed defines.
add_headers(FMT_HEADERS args.h chrono.h color.h compile.h core.h format.h
format-inl.h locale.h os.h ostream.h printf.h ranges.h)
format-inl.h locale.h os.h ostream.h printf.h ranges.h
wchar.h)
if (FMT_OS)
set(FMT_SOURCES src/format.cc src/os.cc)
else()