Skip to content

Commit

Permalink
Include third party string-formatting lib
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Jul 23, 2017
1 parent ab814d1 commit 9b13581
Show file tree
Hide file tree
Showing 5 changed files with 4,554 additions and 0 deletions.
1 change: 1 addition & 0 deletions chatterino.pro
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,4 @@ include(dependencies/rapidjson.pri)
include(dependencies/settings.pri)
include(dependencies/signals.pri)
include(dependencies/humanize.pri)
include(dependencies/fmt.pri)
4 changes: 4 additions & 0 deletions dependencies/fmt.pri
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# fmt
SOURCES += $$PWD/../lib/fmt/fmt/format.cc

INCLUDEPATH += $$PWD/../lib/fmt/
2 changes: 2 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Third party libraries are stored here

Fetched via `git submodule update --init --recursive`

Using [fmtlib/fmt](https://github.com/fmtlib/fmt)
Loading

0 comments on commit 9b13581

Please sign in to comment.