File tree Expand file tree Collapse file tree 2 files changed +22
-157
lines changed
Expand file tree Collapse file tree 2 files changed +22
-157
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,31 @@ bin_PROGRAMS = \
3737src/sidplayfp \
3838src/stilview
3939
40+ # =========================================================
41+ # fmt
42+ fmt_SOURCES = \
43+ libs/fmt/args.h \
44+ libs/fmt/base.h \
45+ libs/fmt/chrono.h \
46+ libs/fmt/color.h \
47+ libs/fmt/compile.h \
48+ libs/fmt/core.h \
49+ libs/fmt/format-inl.h \
50+ libs/fmt/format.cc \
51+ libs/fmt/format.h \
52+ libs/fmt/os.cc \
53+ libs/fmt/os.h \
54+ libs/fmt/ostream.h \
55+ libs/fmt/printf.h \
56+ libs/fmt/ranges.h \
57+ libs/fmt/std.h \
58+ libs/fmt/xchar.h
59+
4060# =========================================================
4161# sidplayfp
4262
4363src_sidplayfp_SOURCES = \
44- libs/fmt/format.cc \
64+ $( fmt_SOURCES ) \
4565src/IniConfig.cpp \
4666src/IniConfig.h \
4767src/args.cpp \
@@ -104,7 +124,7 @@ $(W32_LIBS)
104124# stilview
105125
106126src_stilview_SOURCES = \
107- libs/fmt/format.cc \
127+ $( fmt_SOURCES ) \
108128src/codeConvert.cpp \
109129src/codeConvert.h \
110130$(ICONV_SOURCES ) \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments