59fbfdb24b
libwinpr-tools is a replacement for winpr-makecert-tool.a. Currently it's basically the same as winpr-makecert-tool.a but in future functionality that doesn't fit directly in winpr will be added here.
16 lines
413 B
PkgConfig
16 lines
413 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=${prefix}/@WINPR_INCLUDE_DIR@
|
|
libs=-lwinpr-tools
|
|
|
|
Name: WinPR
|
|
Description: WinPR: Windows Portable Runtime
|
|
URL: http://www.freerdp.com/
|
|
Version: @WINPR_TOOLS_VERSION@
|
|
Requires:
|
|
Requires.private: winpr@WINPR_VERSION_MAJOR@ libssl
|
|
Libs: -L${libdir} ${libs}
|
|
Libs.private: -lcrypto
|
|
Cflags: -I${includedir}
|