~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to share/ui/CMakeLists.txt

  • Committer: tavmjong-free
  • Date: 2016-05-08 07:44:05 UTC
  • mfrom: (14873.1.1 gtk3)
  • Revision ID: tavmjong@free.fr-20160508074405-rm6tiapoq1ugamph
Start of GTK3 external style sheet support.

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