~vanvugt/compiz-plugins-main/fix-915236

« back to all changes in this revision

Viewing changes to expo/CMakeLists.txt

  • Committer: Sam Spilsbury
  • Date: 2011-08-12 06:41:38 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110812064138-sg45sswip9zgk0og
Sync in changes from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
find_package (Compiz REQUIRED)
 
2
include (FindOpenGL)
 
3
include (CompizPlugin)
 
4
 
 
5
if (OPENGL_GLU_FOUND)
 
6
    compiz_plugin (expo PLUGINDEPS composite opengl LIBRARIES ${OPENGL_glu_LIBRARY} INCDIRS ${OPENGL_INCLUDE_DIR})
 
7
endif (OPENGL_GLU_FOUND)