diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-04-04 03:34:36 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@opencompositing.org> | 2008-04-04 03:34:36 +0200 |
commit | 651168d6ba54395fe0fc591952edc8c7e0d7aa30 (patch) | |
tree | bec7549e6a12aae335c4b57ef0fc96948f494025 | |
parent | c3ac667f9b013182ac476a2cd90170c48170a2ca (diff) | |
download | put-651168d6ba54395fe0fc591952edc8c7e0d7aa30.tar.gz put-651168d6ba54395fe0fc591952edc8c7e0d7aa30.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..68f89dc --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +include (CompizFusion) + +compiz_fusion_plugin (put) |