diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-10 11:44:09 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-10 11:44:09 +0000 |
| commit | 8a74b4bce4c51945831a4b1588fb5715037f2a1c (patch) | |
| tree | 5cf66f3537297858bc59103c5247e87bdf168af3 | |
| parent | CMake/MSYS2: Properly disable jemalloc for all builds (diff) | |
| download | inkscape-8a74b4bce4c51945831a4b1588fb5715037f2a1c.tar.gz inkscape-8a74b4bce4c51945831a4b1588fb5715037f2a1c.zip | |
CMake: Install extensions after switch to submodule
Note: Most (all?) extensions still broken.
| -rw-r--r-- | share/CMakeLists.txt | 2 |
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}) |
