mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-11 11:04:50 +00:00
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
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} |