~ubuntu-branches/ubuntu/precise/kalzium/precise

« back to all changes in this revision

Viewing changes to data/htmlview/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-03 12:28:58 UTC
  • Revision ID: james.westby@ubuntu.com-20110703122858-q1yyxncs89e4w0hs
Tags: upstream-4.6.90+repack
Import upstream version 4.6.90+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FILE(GLOB HTMLVIEW_ICONS "*.png")
 
2
 
 
3
install( FILES 
 
4
   ${HTMLVIEW_ICONS}
 
5
   icons.svg 
 
6
   style.css 
 
7
   DESTINATION  ${DATA_INSTALL_DIR}/kalzium/data/htmlview )
 
8
 
 
9