13 lines
343 B
PkgConfig
13 lines
343 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: libkqueue
|
|
Description: Emulates FreeBSD kqueue(2) on other platforms
|
|
Version: @PROJECT_VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lkqueue
|
|
Libs.private: -lpthread -lrt
|
|
Cflags: -I${includedir}/kqueue
|