2024-05-07 17:29:12 +02:00
|
|
|
set(DEPS
|
2024-11-27 20:31:31 +01:00
|
|
|
../../../common/man/freerdp-global-options.1 ../../common/man/sdl-freerdp-config.1
|
|
|
|
|
../../../common/man/freerdp-global-envvar.1 ../../../common/man/freerdp-global-config.1
|
|
|
|
|
../../common/man/sdl-freerdp-examples.1 ../../../common/man/freerdp-global-links.1
|
2024-10-02 16:48:48 +02:00
|
|
|
)
|
2024-05-07 17:29:12 +02:00
|
|
|
|
2025-08-28 16:21:59 +02:00
|
|
|
include(GetSysconfDir)
|
|
|
|
|
get_sysconf_dir("" SYSCONF_DIR)
|
|
|
|
|
set(VAR_NAMES "VENDOR" "PRODUCT" "VENDOR_PRODUCT" "SYSCONF_DIR")
|
2024-10-09 17:08:00 +02:00
|
|
|
generate_and_install_freerdp_man_from_xml(${MODULE_NAME} "1" "${DEPS}" "${VAR_NAMES}")
|