mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
11 lines
244 B
PkgConfig
11 lines
244 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: toxdns
|
||
|
Description: Tox DNS3 library
|
||
|
Requires: toxcore
|
||
|
Version: @PROJECT_VERSION@
|
||
|
Libs: -L${libdir} -ltoxdns @toxdns_PKGCONFIG_LIBS@
|
||
|
Cflags: -I${includedir}
|