diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-04-04 00:36:46 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@opencompositing.org> | 2008-04-04 00:36:46 +0200 |
commit | b840b2243b37897fce74b6f88f7bb09301d4292b (patch) | |
tree | 09a80ca6fed83ee005fcc9495a1699b2f623d9f2 | |
parent | 8c616ee6bc9e943c87894518dcb40c07c612db36 (diff) | |
download | mousepoll-b840b2243b37897fce74b6f88f7bb09301d4292b.tar.gz mousepoll-b840b2243b37897fce74b6f88f7bb09301d4292b.tar.bz2 |
Cmake file for new generic CMake build system.
-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..306fc37 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +include (CompizFusion) + +compiz_fusion_plugin (mousepoll) |