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