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

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