You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
275 B
PkgConfig
9 lines
275 B
PkgConfig
![]()
7 years ago
|
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}
|