summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-10 11:44:09 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-10 11:44:09 +0000
commit8a74b4bce4c51945831a4b1588fb5715037f2a1c (patch)
tree5cf66f3537297858bc59103c5247e87bdf168af3
parentCMake/MSYS2: Properly disable jemalloc for all builds (diff)
downloadinkscape-8a74b4bce4c51945831a4b1588fb5715037f2a1c.tar.gz
inkscape-8a74b4bce4c51945831a4b1588fb5715037f2a1c.zip
CMake: Install extensions after switch to submodule
Note: Most (all?) extensions still broken.
-rw-r--r--share/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt
index 3edddd847..e32424f4f 100644
--- a/share/CMakeLists.txt
+++ b/share/CMakeLists.txt
@@ -15,3 +15,5 @@ add_subdirectory(templates)
add_subdirectory(pixmaps)
add_subdirectory(tutorials)
add_subdirectory(ui)
+
+install(DIRECTORY extensions DESTINATION ${INKSCAPE_SHARE_INSTALL})