summaryrefslogtreecommitdiffstats
path: root/src/fmtlib/Makefile.am
blob: 6c6fa120e9e0f855f69fe35768105e32c71cda24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
noinst_HEADERS = \
    fmt/args.h \
    fmt/chrono.h \
    fmt/color.h \
    fmt/compile.h \
    fmt/core.h \
    fmt/format-inl.h \
    fmt/format.h \
    fmt/locale.h \
    fmt/os.h \
    fmt/ostream.h \
    fmt/printf.h \
    fmt/ranges.h \
    fmt/std.h \
    fmt/xchar.h

noinst_LIBRARIES = libcppfmt.a

libcppfmt_a_SOURCES = \
    format.cc \
    os.cc