~townsend/compiz/fix-auto-vp-switch-0.9.10

« back to all changes in this revision

Viewing changes to images/CMakeLists.txt

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2008-10-06 17:11:30 UTC
  • Revision ID: git-v1:f235e2a766f344f426c6054b7e69a42b41c79e3b
Initial version of CMake build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
set (_images
 
3
    icon.png
 
4
    freedesktop.png
 
5
)
 
6
 
 
7
install (
 
8
    FILES ${_images}
 
9
    DESTINATION ${compiz_imagedir}
 
10
)