system-deps 7.0.8

Discover and configure system dependencies from declarative dependencies in Cargo.toml
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib/
libdir2=${exec_prefix}/lib64/
includedir=${prefix}/include/testlib
includedir2=${prefix}/include/testanotherlib

Name: Test Another Library
Description: Another fake library to test pkg-config.
Version: 1.2.3
Libs: -L${libdir} -ltest -L${libdir2} -ltest2 -F${libdir} -framework someframework -F${libdir2} -framework someotherframework
Cflags: -I${includedir} -I${includedir2} -DBADGER=yes -DAWESOME -DGREAT