diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-07-17 22:57:40 -0700 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-07-17 22:58:23 -0700 |
commit | 0ab1010697895dd01c98bba343991ffb805e3fc7 (patch) | |
tree | 1fed6cb97d076086808337225e068ed4a937edd8 /CMakeLists.txt | |
parent | a8042a93fdea53591ec864118667103472f70840 (diff) | |
download | mousetrails-0ab1010697895dd01c98bba343991ffb805e3fc7.tar.gz mousetrails-0ab1010697895dd01c98bba343991ffb805e3fc7.tar.bz2 |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..b114b79 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +find_package (Compiz REQUIRED) + +include (CompizPlugin) + +compiz_plugin (mousetrails PLUGINDEPS composite opengl mousepoll) |