From 90731e1fc8f94db77e34edb980f598ede519d398 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Thu, 15 Jun 2017 22:08:52 -0400 Subject: Make sure CMake can find the new ui files --- share/ui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3