mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
af05473bd9
...otherwise it's more difficult for them to find the header when pkg-config is not available.
13 lines
231 B
PkgConfig
13 lines
231 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libtoxcore
|
|
Description: Tox protocol library
|
|
Requires:
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ltoxcore @LIBS@
|
|
Cflags: -I${includedir}
|
|
|