mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[CMake,client] add pkg-config dependencies
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
define_channel_client_subsystem("printer" "cups" "")
|
||||
|
||||
find_package(Cups 2.0 REQUIRED)
|
||||
freerdp_client_pc_add_requires_private("cups")
|
||||
set(${MODULE_PREFIX}_SRCS printer_cups.c)
|
||||
|
||||
set(${MODULE_PREFIX}_LIBS winpr freerdp ${CUPS_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user