diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-16 11:18:39 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-16 11:18:39 +0000 |
| commit | 26b5429dbb1921b2fc1efc89f22268b85afd9163 (patch) | |
| tree | 76f9b8abdf5072aeb8cc9dbdbced2c989db55a30 /share/ui/CMakeLists.txt | |
| parent | Make sure CMake can find the new ui files (diff) | |
| download | inkscape-26b5429dbb1921b2fc1efc89f22268b85afd9163.tar.gz inkscape-26b5429dbb1921b2fc1efc89f22268b85afd9163.zip | |
Fix err leaking and cmake
Diffstat (limited to 'share/ui/CMakeLists.txt')
| -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 7fef74d9f..80bcd1b5d 100644 --- a/share/ui/CMakeLists.txt +++ b/share/ui/CMakeLists.txt @@ -1,3 +1,3 @@ -file(GLOB _FILES "*.xml" "*.rc" "*.css", "*.ui") +file(GLOB _FILES "*.xml" "*.rc" "*.css" "*.ui") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/ui) |
