Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkwah authored and sarum9in committed Nov 1, 2018
1 parent 816885d commit 144aaf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project('fmt', 'cpp', version : '5.2.1', license: 'BSD', default_options : ['cpp_std=c++14'])

inc = include_directories('include')
lib = library('fmt', ['src/format.cc', 'src/posix.cc'], include_directories : inc)

fmt_dep = declare_dependency(include_directories : inc, link_with : lib)
6 changes: 6 additions & 0 deletions upstream.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-file]
directory = fmt-5.2.1

source_url = https://github.com/fmtlib/fmt/archive/5.2.1.tar.gz
source_filename = fmt-5.2.1.tar.gz
source_hash = 3c812a18e9f72a88631ab4732a97ce9ef5bcbefb3235e9fd465f059ba204359b

0 comments on commit 144aaf1

Please sign in to comment.