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.

12 lines
261B

  1. prefix=@PREFIX@
  2. exec_prefix=@EXEC_PREFIX@
  3. libdir=@LIBDIR@
  4. includedir=@INCLUDEDIR@
  5. Name: Serd
  6. Version: @SERD_VERSION@
  7. Description: Lightweight RDF syntax library
  8. Libs: -L${libdir} -l@LIB_SERD@
  9. Libs.private: -lm
  10. Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@