diff options
Diffstat (limited to '')
-rw-r--r-- | share/fonts/CMakeLists.txt | 3 | ||||
-rw-r--r-- | share/fonts/README | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/share/fonts/CMakeLists.txt b/share/fonts/CMakeLists.txt new file mode 100644 index 0000000..b4c74d1 --- /dev/null +++ b/share/fonts/CMakeLists.txt @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +file(GLOB _FILES "*.ttf" "README") +install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/fonts) diff --git a/share/fonts/README b/share/fonts/README new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/share/fonts/README |