diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-16 11:18:39 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-16 20:40:36 +0000 |
| commit | 3821d895efa6b20ade67292fd9f6732b695d9fe3 (patch) | |
| tree | 2c0633d8167a494ed65ad4581b1cfd0dfeed1b72 /share | |
| parent | Make sure CMake can find the new ui files (diff) | |
| download | inkscape-3821d895efa6b20ade67292fd9f6732b695d9fe3.tar.gz inkscape-3821d895efa6b20ade67292fd9f6732b695d9fe3.zip | |
Fix err leaking and cmake
Diffstat (limited to 'share')
| -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) |
