mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
* cmake: create and install pkg-config files Automatically create and install *.pc files for selected components. PocoFoundation.pc PocoNet.pc PocoUtil.pc etc.
11 lines
315 B
PkgConfig
11 lines
315 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
|
|
libdir=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include/Poco
|
|
|
|
Name: PocoJSON
|
|
Description: C++ Portable Components (POCO) JSON library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lPocoJSON
|
|
Cflags: -I${includedir}
|