diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-04-04 03:34:18 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@opencompositing.org> | 2008-04-04 03:34:18 +0200 |
commit | 97ff1e64e317d70ebbf60a1c1b4d6d33addfd2a2 (patch) | |
tree | 6fc2f0680e30037a9d86f229466931f9f8a94f64 | |
parent | 8260a7547052d320024bf7da440c6557b6bff82f (diff) | |
download | fakeargb-compiz-0.8.tar.gz fakeargb-compiz-0.8.tar.bz2 |
CMake build file.compiz-0.8
-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..f05ab87 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +include (CompizFusion) + +compiz_fusion_plugin (fakeargb) |