Mercurial > hg > piper-cpp
view ext/json11/json11.pc.in @ 296:50a0b4fea7f1 tip master
Merge pull request #8 from michel-slm/gcc15
Include headers needed to compile with GCC 15's -std=gnu23 default
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 27 Jan 2025 08:53:58 +0000 |
parents | d607ae858682 |
children |
line wrap: on
line source
prefix=@CMAKE_INSTALL_PREFIX@ libdir=${prefix}/lib/@CMAKE_LIBRARY_ARCHITECTURE@ includedir=${prefix}/include/@CMAKE_LIBRARY_ARCHITECTURE@ Name: @PROJECT_NAME@ Description: json11 is a tiny JSON library for C++11, providing JSON parsing and serialization. Version: @PROJECT_VERSION@ Libs: -L${libdir} -ljson11 Cflags: -I${includedir}