mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-27 11:54:44 +08:00
14 lines
365 B
PkgConfig
14 lines
365 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
|
libs=@FREERDP_PC_LIBS@
|
|
|
|
Name: FreeRDP
|
|
Description: FreeRDP: A Remote Desktop Protocol Implementation
|
|
URL: http://www.freerdp.com/
|
|
Version: @FREERDP_VERSION_FULL@
|
|
Requires:
|
|
Libs: -L${libdir} ${libs}
|
|
Cflags: -I${includedir}
|