~compiz-team/compiz-libcompizconfig/oeniric

« back to all changes in this revision

Viewing changes to backend/CMakeLists.txt

  • Committer: Sam Spilsbury
  • Date: 2011-07-13 10:29:09 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110713102909-21mou4fcyq3k3x7s
Add settings transition from 0.8 to 0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
set (_COMPIZCONFIG_INTERNAL true)
9
9
 
10
 
compizconfig_backend (ini)
 
10
find_package (Boost 1.34.0 REQUIRED)
 
11
 
 
12
compizconfig_backend (ini PKGDEPS gio-2.0 INCDIRS ${Boost_INCLUDE_DIRS} LIBRARIES ${Boost_LIBRARIES})