mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-04 12:31:35 +00:00
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: toxcore
|
|
Description: Tox protocol library
|
|
Requires: libsodium
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@ -ltoxcrypto -ltoxnetwork -ltoxdht -ltoxnetcrypto -ltoxfriends -ltoxmessenger -ltoxgroup
|
|
Cflags: -I${includedir}
|