diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-11-04 16:58:01 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2008-11-04 16:58:01 +0100 |
commit | fd5b195c76cbdf03eaa51a80016fd8d89ac8442c (patch) | |
tree | cd68a06d1c7ec340661f28df3184907d2f048304 /include/CMakeLists.txt | |
parent | b2805b64cff0db2d4d9b269f8f86ca26f81cef85 (diff) | |
download | zcomp-fd5b195c76cbdf03eaa51a80016fd8d89ac8442c.tar.gz zcomp-fd5b195c76cbdf03eaa51a80016fd8d89ac8442c.tar.bz2 |
C++ port of scale plugin (unfinished plugin plugin interface).
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 458384d..0fdf767 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -10,4 +10,5 @@ install ( add_subdirectory (core) add_subdirectory (composite) -add_subdirectory (opengl)
\ No newline at end of file +add_subdirectory (opengl) +add_subdirectory (scale)
\ No newline at end of file |