diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 14:51:10 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 14:51:10 +0000 |
| commit | f2a0226cb35bb6e9682c661daccff1826f86d13a (patch) | |
| tree | fa41512daf0b947246b89d8f4ba09dbabd01b34c /share/CMakeLists.txt | |
| parent | Fix symbolic icon color width (diff) | |
| download | inkscape-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.txt | 4 |
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) |
