diff --git a/CMakeLists.txt b/CMakeLists.txt index 380a31d7..1f2e0e5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -382,4 +382,9 @@ else() message (STATUS "NOT configuring the v1 installer") 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)