mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
2c8fb05f6e
Based on #331. Fixes #42.
12 lines
332 B
PkgConfig
12 lines
332 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libtoxcore
|
|
Description: Tox protocol library
|
|
Requires:
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @NACL_OBJECTS_PKGCONFIG@ -L${libdir} -ltoxcore @NACL_LDFLAGS@ -ltoxencryptsave @NACL_LIBS@ @LIBS@ @MATH_LDFLAGS@ @PTHREAD_LDFLAGS@
|
|
Cflags: -I${includedir}
|