diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-04-04 13:59:41 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-04-04 13:59:41 +0200 |
commit | bf0c712186f14b12ca118ee54ff72f8de3f2f8f8 (patch) | |
tree | b780545be95b2212c0061fa7f3c45107eea16f50 | |
parent | ff891dfa4156ffa8ee0e8606bd8528c3e136db85 (diff) | |
download | screensaver-bf0c712186f14b12ca118ee54ff72f8de3f2f8f8.tar.gz screensaver-bf0c712186f14b12ca118ee54ff72f8de3f2f8f8.tar.bz2 |
Added CMake file.
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..c682493 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +include (CompizFusion) + +compiz_fusion_plugin (screensaver PKGDEPS xscrnsaver) |