summaryrefslogtreecommitdiffstats
path: root/share/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-06-16 11:18:39 +0000
committerMartin Owens <doctormo@gmail.com>2017-06-16 11:18:39 +0000
commit26b5429dbb1921b2fc1efc89f22268b85afd9163 (patch)
tree76f9b8abdf5072aeb8cc9dbdbced2c989db55a30 /share/ui/CMakeLists.txt
parentMake sure CMake can find the new ui files (diff)
downloadinkscape-26b5429dbb1921b2fc1efc89f22268b85afd9163.tar.gz
inkscape-26b5429dbb1921b2fc1efc89f22268b85afd9163.zip
Fix err leaking and cmake
Diffstat (limited to 'share/ui/CMakeLists.txt')
-rw-r--r--share/ui/CMakeLists.txt2
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)