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