lnav/src/fmtlib/Makefile.am

23 lines
360 B
Makefile

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