You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/fmtlib/Makefile.am

22 lines
344 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/xchar.h
noinst_LIBRARIES = libcppfmt.a
libcppfmt_a_SOURCES = \
format.cc \
os.cc