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
FMT_SOURCES = \
../fmt/format.cc \
../fmt/ostream.cc \
../fmt/posix.cc \
../fmt/printf.cc
../src/format.cc \
../src/posix.cc
fmt.name = libfmt
fmt.input = FMT_SOURCES