mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-15 19:51:19 +00:00
Install fmt/args.h (#2096)
This commit is contained in:
parent
532e846b86
commit
ac35208115
@ -183,8 +183,9 @@ function(add_headers VAR)
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
# Define the fmt library, its includes and the needed defines.
|
# 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
|
add_headers(FMT_HEADERS args.h chrono.h color.h compile.h core.h format.h
|
||||||
locale.h os.h ostream.h posix.h printf.h ranges.h)
|
format-inl.h locale.h os.h ostream.h posix.h printf.h
|
||||||
|
ranges.h)
|
||||||
if (FMT_OS)
|
if (FMT_OS)
|
||||||
set(FMT_SOURCES src/format.cc src/os.cc)
|
set(FMT_SOURCES src/format.cc src/os.cc)
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user