Serd subproject with meson
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.
|
prefix=@PREFIX@ |
|
exec_prefix=@EXEC_PREFIX@ |
|
libdir=@LIBDIR@ |
|
includedir=@INCLUDEDIR@ |
|
|
|
Name: Serd |
|
Version: @SERD_VERSION@ |
|
Description: Lightweight RDF syntax library |
|
Libs: -L${libdir} -l@LIB_SERD@ |
|
Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@
|
|
|