wchar.h -> xchar.h because it handles other code unit types too

This commit is contained in:
Victor Zverovich
2021-05-29 09:37:17 -07:00
parent 0901176fe4
commit ff37e41625
7 changed files with 14 additions and 17 deletions

View File

@@ -227,7 +227,7 @@ 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
wchar.h)
xchar.h)
if (FMT_MODULE)
set(FMT_SOURCES src/fmt.cc)
elseif (FMT_OS)