diff options
author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-10-25 19:26:32 +0800 |
---|---|---|
committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-10-25 19:26:32 +0800 |
commit | 48174aa3fc45942d37ca77a57fe1e209b11f2616 (patch) | |
tree | c9c929aef2f16ae34911f46d9b52c09df6b3d7d5 /CMakeLists.txt | |
parent | 182b84b3056eece32b28a8b2d0ca4b8c7e787fd3 (diff) | |
download | tiles-48174aa3fc45942d37ca77a57fe1e209b11f2616.tar.gz tiles-48174aa3fc45942d37ca77a57fe1e209b11f2616.tar.bz2 |
Initial import of the tiles plugin - use it to tile windows naturally with
the mouse
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..a5e9538 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,7 @@ +find_package (Compiz REQUIRED) + +include (CompizPlugin) + +set (CMAKE_CXX_FLAGS -std=c++0x) + +compiz_plugin (tiles PLUGINDEPS composite opengl) |