The Meson Build System
http://mesonbuild.com/
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.
14 lines
264 B
14 lines
264 B
5 years ago
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib/x86_64-linux-gnu
|
||
|
sharedlibdir=${libdir}
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: ylib
|
||
|
Description: ylib compression library
|
||
|
Version: 1.2.3
|
||
|
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -L${sharedlibdir} -ly
|
||
|
Cflags: -I${includedir}
|