summaryrefslogtreecommitdiffstats
path: root/share/ui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'share/ui/CMakeLists.txt')
-rw-r--r--share/ui/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/ui/CMakeLists.txt b/share/ui/CMakeLists.txt
new file mode 100644
index 0000000..7b1450b
--- /dev/null
+++ b/share/ui/CMakeLists.txt
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+file(GLOB _FILES "*.xml" "*.rc" "*.css" "*.ui" "*.glade")
+install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/ui)
+