mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Update paths in fmt.pro
This commit is contained in:
parent
edbbf7ce6c
commit
d72d046254
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user