mirror of
https://github.com/dropbox/json11.git
synced 2024-12-21 08:59:12 +08:00
9 lines
275 B
PkgConfig
9 lines
275 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
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}
|