mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00

* Respect default configuration directory depending on WITH_FULL_CONFIG_PATH * Unify manpage files for SDL2 and SDL3
9 lines
268 B
CMake
9 lines
268 B
CMake
set(DEPS
|
|
../../common/man/sdl-freerdp-channels.1.xml
|
|
../../common/man/sdl-freerdp-config.1.xml
|
|
../../common/man/sdl-freerdp-examples.1.xml
|
|
../../common/man/sdl-freerdp-envvar.1.xml
|
|
)
|
|
|
|
generate_and_install_freerdp_man_from_xml(${MODULE_NAME} "1" "${DEPS}")
|