diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-10-06 15:58:52 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2008-10-06 19:11:30 +0200 |
commit | f235e2a766f344f426c6054b7e69a42b41c79e3b (patch) | |
tree | da94e0502965cc7cf1a8d3c9f9eca543a682f742 /images | |
parent | 92765a6911bc9b442bc670fd6e2370454814a34d (diff) | |
download | zcomp-f235e2a766f344f426c6054b7e69a42b41c79e3b.tar.gz zcomp-f235e2a766f344f426c6054b7e69a42b41c79e3b.tar.bz2 |
Initial version of CMake build system.
Diffstat (limited to 'images')
-rw-r--r-- | images/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt new file mode 100644 index 0000000..e31ed5a --- /dev/null +++ b/images/CMakeLists.txt @@ -0,0 +1,10 @@ + +set (_images + icon.png + freedesktop.png +) + +install ( + FILES ${_images} + DESTINATION ${compiz_imagedir} +) |