mirror of
https://github.com/dropbox/json11.git
synced 2024-11-21 03:13:49 +08:00
10 lines
334 B
PkgConfig
10 lines
334 B
PkgConfig
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}
|