gnome: add install target

Refs #68477

Change-Id: Idfe979328474f1d625b64120e6d43453b35ad0fd
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c97ff58..9ec2dd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,4 +162,8 @@
    ${GTK3_LIBRARIES}
    Qt5::Core
    ${CLUTTER_LIBRARIES}
-   ${CLUTTERGTK_LIBRARIES})
\ No newline at end of file
+   ${CLUTTERGTK_LIBRARIES})
+
+INSTALL(TARGETS ring-gnome
+   RUNTIME DESTINATION bin
+)