annotate ext/json11/json11.pc.in @ 253:1637bec2dfdc

Remove these version-dependent autogenerated files; let's aim to have them regenerated on build instead. The main reason they were here was because of the lack of capnpc for Windows/VC++ and that has been resolved with Cap'n Proto v0.6.
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 27 Jun 2017 14:37:15 +0100
parents d607ae858682
children
rev   line source
cannam@242 1 prefix=@CMAKE_INSTALL_PREFIX@
cannam@242 2 libdir=${prefix}/lib/@CMAKE_LIBRARY_ARCHITECTURE@
cannam@242 3 includedir=${prefix}/include/@CMAKE_LIBRARY_ARCHITECTURE@
cannam@242 4
cannam@242 5 Name: @PROJECT_NAME@
cannam@242 6 Description: json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.
cannam@242 7 Version: @PROJECT_VERSION@
cannam@242 8 Libs: -L${libdir} -ljson11
cannam@242 9 Cflags: -I${includedir}