You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

json-c.pc.cmake.in 310 B

12345678910111213
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=@CMAKE_INSTALL_PREFIX@
  3. libdir=@INSTALL_LIB_DIR@
  4. sharedlibdir=@INSTALL_LIB_DIR@
  5. includedir=@INSTALL_INC_DIR@
  6. Name: json-c
  7. Description: A JSON implementation in C
  8. Version: @VERSION@
  9. Requires:
  10. Libs: -L${libdir} -L${sharedlibdir} -ljson-c
  11. Cflags: -I${includedir}/json-c