~smspillaz/compiz-core/fix_899557

« back to all changes in this revision

Viewing changes to plugins/place/CMakeLists.txt

  • Committer: Sam Spilsbury
  • Date: 2012-01-04 07:54:06 UTC
  • mfrom: (2936.1.20 compiz-core.fix_898949)
  • Revision ID: sam.spilsbury@canonical.com-20120104075406-w9p48jppaswrren0
Merged compiz-core.fix_898949 into compiz-core.fix_899557.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include (CompizPlugin)
4
4
 
 
5
# FIXME: Remove once MODULES support lands
 
6
 
 
7
add_subdirectory (src/constrain-to-workarea)
5
8
add_subdirectory (tests)
6
9
 
7
 
compiz_plugin(place)
 
10
include_directories (${CMAKE_CURRENT_SOURCE_DIR}/src/constrain-to-workarea/include/
 
11
    ${compiz_SOURCE_DIR}/src/string/include
 
12
    ${compiz_SOURCE_DIR}/src/string/src
 
13
    
 
14
    ${compiz_SOURCE_DIR}/src/logmessage/include
 
15
    ${compiz_SOURCE_DIR}/src/logmessage/src
 
16
    
 
17
    ${compiz_SOURCE_DIR}/src/timer/include
 
18
    ${compiz_SOURCE_DIR}/src/timer/src
 
19
 
 
20
    ${compiz_SOURCE_DIR}/src/point/include
 
21
    ${compiz_SOURCE_DIR}/src/point/src
 
22
 
 
23
    ${compiz_SOURCE_DIR}/src/rect/include
 
24
    ${compiz_SOURCE_DIR}/src/rect/src
 
25
 
 
26
    ${compiz_SOURCE_DIR}/src/pluginclasshandler/include
 
27
    ${compiz_SOURCE_DIR}/src/pluginclasshandler/src
 
28
 
 
29
    ${compiz_SOURCE_DIR}/src/window/geometry-saver/include
 
30
    ${compiz_SOURCE_DIR}/src/window/geometry-saver/src
 
31
 
 
32
    ${compiz_SOURCE_DIR}/src/window/geometry/include
 
33
    ${compiz_SOURCE_DIR}/src/window/geometry/src
 
34
 
 
35
    ${compiz_SOURCE_DIR}/src/window/extents/include
 
36
    ${compiz_SOURCE_DIR}/src/window/extents/src
 
37
 
 
38
    ${compiz_SOURCE_DIR}/src/window/constrainment/include
 
39
    ${compiz_SOURCE_DIR}/src/window/constrainment/src)
 
40
 
 
41
compiz_plugin (place LIBRARIES compiz_place_constrain_to_workarea)