Non-CMake build system users can use this to more conveniently link uvco (including uvco-curl and uvco-pqxx if present) into their project
12 lines
377 B
PkgConfig
12 lines
377 B
PkgConfig
prefix="@CMAKE_INSTALL_PREFIX@"
|
|
exec_prefix="${prefix}"
|
|
libdir="${exec_prefix}/lib"
|
|
includedir="${prefix}/include"
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @CMAKE_PROJECT_DESCRIPTION@
|
|
Version: @PROJECT_VERSION@
|
|
Requires: fmt >= 9.0, libuv >= 1.0@GENPKGCONFIG_EXTRA_REQUIRES@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir}@GENPKGCONFIG_EXTRA_LIBS@ -luv-co-lib -luv-co-base -luv-co-promise
|