678ff144ab
* use a macro to add resource files for executables and shared libraries * use that macro to declare targets * use that macro to set library/binary versioning * use that macro to set target output name * use a macro to create manpages and names
9 lines
234 B
CMake
9 lines
234 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("xfreerdp" "1" "${FREERDP_API_VERSION}" ${DEPS})
|