Install desktop file and icon on Linux
This commit is contained in:
parent
db8b341dff
commit
ca4c734535
|
@ -382,4 +382,9 @@ else()
|
||||||
message (STATUS "NOT configuring the v1 installer")
|
message (STATUS "NOT configuring the v1 installer")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
|
install(FILES res/synergy.desktop DESTINATION share/applications)
|
||||||
|
install(FILES res/synergy.svg DESTINATION share/icons)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_subdirectory (src)
|
add_subdirectory (src)
|
||||||
|
|
Loading…
Reference in New Issue