Mercurial > hg > piper-cpp
comparison ext/json11/json11.pc.in @ 242:d607ae858682
Update json11 code
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 13 Jun 2017 17:16:03 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
241:fdab0a246298 | 242:d607ae858682 |
---|---|
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} |