diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-16 02:08:52 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-16 20:40:35 +0000 |
| commit | 90731e1fc8f94db77e34edb980f598ede519d398 (patch) | |
| tree | 99baece8c915b21336aaf5496d769cc01eb54495 | |
| parent | Complete to move to using ui files instead of compiled in xml (diff) | |
| download | inkscape-90731e1fc8f94db77e34edb980f598ede519d398.tar.gz inkscape-90731e1fc8f94db77e34edb980f598ede519d398.zip | |
Make sure CMake can find the new ui files
| -rw-r--r-- | share/ui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ui/CMakeLists.txt b/share/ui/CMakeLists.txt index 8cd974ad3..7fef74d9f 100644 --- a/share/ui/CMakeLists.txt +++ b/share/ui/CMakeLists.txt @@ -1,3 +1,3 @@ -file(GLOB _FILES "*.xml" "*.rc" "*.css") +file(GLOB _FILES "*.xml" "*.rc" "*.css", "*.ui") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/ui) |
