summaryrefslogtreecommitdiffstats
path: root/share/tutorials
diff options
context:
space:
mode:
authorhouz <houz@gmx.de>2015-05-08 17:10:46 +0000
committer~suv <suv-sf@users.sourceforge.net>2015-05-08 17:10:46 +0000
commitc24270d14aad415c4b771138407a23e1239aa8f8 (patch)
tree46e87cabfb1d99a6b5a832d2c7048784e1cd8164 /share/tutorials
parentfix for bug 1391374. (diff)
downloadinkscape-c24270d14aad415c4b771138407a23e1239aa8f8.tar.gz
inkscape-c24270d14aad415c4b771138407a23e1239aa8f8.zip
cmake: Bring cmake installation in line with autotools (bug #1451481)
Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128)
Diffstat (limited to 'share/tutorials')
-rw-r--r--share/tutorials/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/tutorials/CMakeLists.txt b/share/tutorials/CMakeLists.txt
new file mode 100644
index 000000000..f8491bf32
--- /dev/null
+++ b/share/tutorials/CMakeLists.txt
@@ -0,0 +1,2 @@
+file(GLOB _FILES "README" "*.svg" "*.jpg" "*.png")
+install(FILES ${_FILES} DESTINATION ${SHARE_INSTALL}/inkscape/tutorials)