~azzar1/unity/fix-trash-li-blocking

« back to all changes in this revision

Viewing changes to plugins/unity-mt-grab-handles/CMakeLists.txt

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-02-09 01:26:22 UTC
  • mto: This revision was merged to the branch mainline in revision 4072.
  • Revision ID: mail@3v1n0.net-20160209012622-yl9ejwxx1dbk3uzv
CMake: use GNUInstallDirs with native multi-arch support

We can now use CMAKE_INSTALL_*DIR instead of defining them manually.
Also disable networkarea region plugin build by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  set(revert_compiz TRUE)
9
9
endif()
10
10
 
 
11
set (libdir ${CMAKE_INSTALL_LIBDIR})
 
12
set (includedir ${CMAKE_INSTALL_INCLUDEDIR})
 
13
set (libdir ${CMAKE_INSTALL_LIBDIR})
 
14
set (datadir ${CMAKE_INSTALL_FULL_DATADIR})
 
15
 
11
16
compiz_plugin (unitymtgrabhandles PKGDEPS nux-4.0>=4.0.0 PLUGINDEPS composite opengl CFLAGSADD -std=c++0x)
12
17
 
13
18
if(revert_compiz)