Update paths in fmt.pro

This commit is contained in:
Victor Zverovich 2018-05-09 06:21:00 -07:00
parent edbbf7ce6c
commit d72d046254

View File

@ -12,10 +12,8 @@ QMAKE_EXT_CPP = .cc
CONFIG = staticlib warn_on c++11 CONFIG = staticlib warn_on c++11
FMT_SOURCES = \ FMT_SOURCES = \
../fmt/format.cc \ ../src/format.cc \
../fmt/ostream.cc \ ../src/posix.cc
../fmt/posix.cc \
../fmt/printf.cc
fmt.name = libfmt fmt.name = libfmt
fmt.input = FMT_SOURCES fmt.input = FMT_SOURCES