Install fmt/args.h (#2096)

This commit is contained in:
Victor Zverovich 2021-01-16 08:05:02 -08:00
parent 532e846b86
commit ac35208115

View File

@ -183,8 +183,9 @@ function(add_headers VAR)
endfunction()
# Define the fmt library, its includes and the needed defines.
add_headers(FMT_HEADERS chrono.h color.h compile.h core.h format.h format-inl.h
locale.h os.h ostream.h posix.h printf.h ranges.h)
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 posix.h printf.h
ranges.h)
if (FMT_OS)
set(FMT_SOURCES src/format.cc src/os.cc)
else()