diff options
| author | houz <houz@gmx.de> | 2015-05-08 17:10:46 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2015-05-08 17:10:46 +0000 |
| commit | c24270d14aad415c4b771138407a23e1239aa8f8 (patch) | |
| tree | 46e87cabfb1d99a6b5a832d2c7048784e1cd8164 /share/tutorials | |
| parent | fix for bug 1391374. (diff) | |
| download | inkscape-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.txt | 2 |
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) |
