mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-11 22:54:17 +00:00
19 lines
580 B
PkgConfig
19 lines
580 B
PkgConfig
# this template is filled-in by CMake `configure_file(... @ONLY)`
|
|
# the `@....@` are filled in by CMake configure_file(),
|
|
# from variables set in your CMakeLists.txt or by CMake itself
|
|
#
|
|
# Good tutoral for understanding .pc files:
|
|
# https://people.freedesktop.org/~dbn/pkg-config-guide.html
|
|
|
|
prefix="@CMAKE_INSTALL_PREFIX@"
|
|
exec_prefix="${prefix}"
|
|
libdir="${prefix}/lib"
|
|
includedir="${prefix}/include"
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @MINIUPNPC_DESCRIPTION@
|
|
URL: @MINIUPNPC_HOMEPAGE_URL@
|
|
Version: @MINIUPNPC_VERSION@
|
|
Libs: -L"${libdir}" -lminiupnpc
|
|
Cflags: -I"${includedir}"
|