libevent/libevent_pthreads.pc.in

15 lines
391 B
PkgConfig
Raw Normal View History

#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}