diff options
Diffstat (limited to 'CompizFBO/CMakeLists.txt')
-rw-r--r-- | CompizFBO/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CompizFBO/CMakeLists.txt b/CompizFBO/CMakeLists.txt new file mode 100644 index 0000000..451d186 --- /dev/null +++ b/CompizFBO/CMakeLists.txt @@ -0,0 +1,7 @@ +find_package (Compiz REQUIRED) +include (FindOpenGL) +include (CompizPlugin) + +if (OPENGL_GLU_FOUND) + compiz_plugin(fbo PLUGINDEPS composite opengl mousepoll LIBRARIES ${OPENGL_glu_LIBRARY} INCDIRS ${OPENGL_INCLUDE_DIR}) +endif (OPENGL_GLU_FOUND)
\ No newline at end of file |