annotate ext/json11/json11.pc.in @ 267:febeaa54bd81

Let's try std=c++1y, see if this gets us sensible behaviour on both Linux and Mac Travis builds (effectively we need C++11 on the former and C++14 on the latter)
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 13 Oct 2018 12:32:53 +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}