~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to applets/lancelot/themes/slim-glow/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 09:50:14 UTC
  • mto: (0.4.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20100525095014-e3cebfkdenjrx3xg
Tags: upstream-4.4.80
ImportĀ upstreamĀ versionĀ 4.4.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FILE(GLOB lancelot_svgs *.svgz)
 
2
install( FILES ${lancelot_svgs}  DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/slim-glow/lancelot/ )
 
3
 
 
4
FILE(GLOB lancelot_configs *.config)
 
5
install( FILES ${lancelot_configs}  DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/slim-glow/lancelot/ )
 
6