Mercurial > hg > sv-dependency-builds
comparison src/capnproto-git-20161025/c++/capnp-json.pc.in @ 133:1ac99bfc383d
Add Cap'n Proto source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 11:17:01 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
132:42a73082be24 | 133:1ac99bfc383d |
---|---|
1 prefix=@prefix@ | |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
4 includedir=@includedir@ | |
5 | |
6 Name: Cap'n Proto JSON | |
7 Description: JSON encoder and decoder for Cap'n Proto objects | |
8 Version: @VERSION@ | |
9 Libs: -L${libdir} -lcapnp-json | |
10 Requires: capnp = @VERSION@ kj-async = @VERSION@ | |
11 Cflags: -I${includedir} |