FreeRDP/client/X11/man/CMakeLists.txt
akallabeth 35859c81a1
[client,sdl] allow side by side and replacement
Allow SDL2 and SDL3 client to be installed side by side as well as an
option to only install one and name it accordingly
2024-05-16 18:27:44 +02:00

9 lines
214 B
CMake

set(DEPS
xfreerdp-channels.1.xml
xfreerdp-examples.1.xml
xfreerdp-shortcuts.1.xml
xfreerdp-envvar.1.xml
)
generate_and_install_freerdp_man_from_xml(${PROJECT_NAME} "1" ${DEPS})