summaryrefslogtreecommitdiff
path: root/libevent_pthreads.pc.in
blob: 22f713df9c0650511b75fc7190bf8ff6e0596b96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#libevent pkg-config source file

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libevent_pthreads
Description: libevent_pthreads adds pthreads-based threading support to libevent
Version: @VERSION@
Requires: libevent_core
Libs: -L${libdir} -levent_pthreads@CMAKE_DEBUG_POSTFIX@
Libs.private: @CMAKE_THREAD_LIBS_INIT@ @LIBS@
Cflags: -I${includedir}