summaryrefslogtreecommitdiffstats
path: root/share/CMakeLists.txt
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-07-26 14:51:10 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-07-26 14:51:10 +0000
commitf2a0226cb35bb6e9682c661daccff1826f86d13a (patch)
treefa41512daf0b947246b89d8f4ba09dbabd01b34c /share/CMakeLists.txt
parentFix symbolic icon color width (diff)
downloadinkscape-f2a0226cb35bb6e9682c661daccff1826f86d13a.tar.gz
inkscape-f2a0226cb35bb6e9682c661daccff1826f86d13a.zip
Fixing paths to allow themes and icons inside main inkscape instalation not only at home
Diffstat (limited to 'share/CMakeLists.txt')
-rw-r--r--share/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt
index b34875502..5d74ff397 100644
--- a/share/CMakeLists.txt
+++ b/share/CMakeLists.txt
@@ -13,5 +13,7 @@ add_subdirectory(patterns)
add_subdirectory(screens)
add_subdirectory(symbols)
add_subdirectory(templates)
+add_subdirectory(themes)
+add_subdirectory(pixmaps)
add_subdirectory(tutorials)
-add_subdirectory(ui) \ No newline at end of file
+add_subdirectory(ui)