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
250 B
CMake
9 lines
250 B
CMake
set(DEPS
|
|
sdl-freerdp-channels.1.xml
|
|
sdl-freerdp-config.1.xml
|
|
sdl-freerdp-examples.1.xml
|
|
sdl-freerdp-envvar.1.xml
|
|
)
|
|
|
|
generate_and_install_freerdp_man_from_xml(${PROJECT_NAME} "1" "${FREERDP_API_VERSION}" "${DEPS}")
|