~3v1n0/compiz/resize-lowgfx-fixes

« back to all changes in this revision

Viewing changes to plugins/animationaddon/CMakeLists.txt

  • Committer: BryanFRitt
  • Date: 2016-07-14 15:43:48 UTC
  • mfrom: (4067 compiz)
  • mto: This revision was merged to the branch mainline in revision 4075.
  • Revision ID: bryanfritt@hotmail.com-20160714154348-sit21cmf3dzpfkpn
ran `bzr merge lp:compiz`

Show diffs side-by-side

added added

removed removed

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