Make CMake configure rpm spec

This commit is contained in:
Andrew Nelless 2017-04-26 15:38:22 +01:00
parent 5c967781c3
commit a9f293061e
1 changed files with 2 additions and 1 deletions

View File

@ -393,6 +393,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install(FILES res/synergy.desktop DESTINATION share/applications) install(FILES res/synergy.desktop DESTINATION share/applications)
endif() endif()
configure_files (${CMAKE_CURRENT_SOURCE_DIR}/dist/rpm ${CMAKE_BINARY_DIR}/rpm)
install(FILES res/synergy.svg DESTINATION share/icons) install(FILES res/synergy.svg DESTINATION share/icons)
endif() endif()