mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
f2b6090eca
This library contains all the code for the old libtoxcore, libtoxav, libtoxdns, and libtoxencryptsave. The build for toxav is still optional, and disabling it causes libtoxcore to simply not contain those symbols and the pkg-config file to not include opus and vpx as dependencies.
11 lines
272 B
PkgConfig
11 lines
272 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: toxcore
|
|
Description: Tox protocol library
|
|
Requires: @toxcore_PKGCONFIG_REQUIRES@
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@
|
|
Cflags: -I${includedir}
|