Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sord.pc.in 297B

12 years ago
1234567891011
  1. prefix=@PREFIX@
  2. exec_prefix=@EXEC_PREFIX@
  3. libdir=@LIBDIR@
  4. includedir=@INCLUDEDIR@
  5. Name: Sord
  6. Version: @SORD_VERSION@
  7. Description: A lightweight C library for storing RDF statements in memory.
  8. Requires: @PKG_serd_0@
  9. Libs: -L${libdir} -l@LIB_SORD@
  10. Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@