Mercurial > hg > piper-cpp
comparison ext/json11/json11.pc.in @ 247:8a031eb9a25f
Merge branch 'output-type-uri'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 15 Jun 2017 09:52:01 +0100 |
parents | d607ae858682 |
children |
comparison
equal
deleted
inserted
replaced
219:db929669e7d3 | 247:8a031eb9a25f |
---|---|
1 prefix=@CMAKE_INSTALL_PREFIX@ | |
2 libdir=${prefix}/lib/@CMAKE_LIBRARY_ARCHITECTURE@ | |
3 includedir=${prefix}/include/@CMAKE_LIBRARY_ARCHITECTURE@ | |
4 | |
5 Name: @PROJECT_NAME@ | |
6 Description: json11 is a tiny JSON library for C++11, providing JSON parsing and serialization. | |
7 Version: @PROJECT_VERSION@ | |
8 Libs: -L${libdir} -ljson11 | |
9 Cflags: -I${includedir} |