From c24270d14aad415c4b771138407a23e1239aa8f8 Mon Sep 17 00:00:00 2001 From: houz Date: Fri, 8 May 2015 19:10:46 +0200 Subject: cmake: Bring cmake installation in line with autotools (bug #1451481) Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128) --- share/tutorials/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 share/tutorials/CMakeLists.txt (limited to 'share/tutorials') 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) -- cgit v1.2.3