diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-16 02:08:52 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-16 02:08:52 +0000 |
| commit | fa438f231fe08311aac04a0726d6a37b7fd12b9e (patch) | |
| tree | a2a8482b35f78a111a034878efeed3a219afaa66 /share | |
| parent | Complete to move to using ui files instead of compiled in xml (diff) | |
| download | inkscape-fa438f231fe08311aac04a0726d6a37b7fd12b9e.tar.gz inkscape-fa438f231fe08311aac04a0726d6a37b7fd12b9e.zip | |
Make sure CMake can find the new ui files
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 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) |
