diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-04-04 03:36:21 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@opencompositing.org> | 2008-04-04 03:36:21 +0200 |
commit | 9034cfaa267ebd8e9d70f94d8c468d8be5312d9b (patch) | |
tree | 7b367e0bd5ccc9f7cba562ab899076ddd5315581 | |
parent | 26e00ea95729b0607de2d2cf5fbe0391efcb6c2f (diff) | |
download | mag-9034cfaa267ebd8e9d70f94d8c468d8be5312d9b.tar.gz mag-9034cfaa267ebd8e9d70f94d8c468d8be5312d9b.tar.bz2 |
CMake build 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..a4f8768 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +include (CompizFusion) + +compiz_fusion_plugin (mag PLUGINDEPS mousepoll) |