~msoegtrop/inkscape/embroidery

« back to all changes in this revision

Viewing changes to share/ui/CMakeLists.txt

  • Committer: Michael Soegtrop
  • Date: 2017-06-05 13:13:40 UTC
  • mfrom: (14862.1.45 inkscape)
  • Revision ID: msoegtrop@yahoo.de-20170605131340-5zjk9ihhdm1hadzs
updated to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
file(GLOB _FILES "*.xml" "*.rc")
 
1
file(GLOB _FILES "*.xml" "*.rc" "*.css")
2
2
install(FILES ${_FILES} DESTINATION ${SHARE_INSTALL}/inkscape/ui)
3
3