~townsend/compiz/fix-auto-vp-switch-0.9.10

« back to all changes in this revision

Viewing changes to include/core/CMakeLists.txt

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2008-10-06 17:11:30 UTC
  • Revision ID: git-v1:f235e2a766f344f426c6054b7e69a42b41c79e3b
Initial version of CMake build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set (_headers
 
2
    action.h
 
3
    atoms.h
 
4
    core.h
 
5
    icon.h
 
6
    match.h
 
7
    metadata.h
 
8
    option.h
 
9
    output.h
 
10
    plugin.h
 
11
    point.h
 
12
    privatehandler.h
 
13
    privates.h
 
14
    rect.h
 
15
    region.h
 
16
    screen.h
 
17
    session.h
 
18
    size.h
 
19
    timer.h
 
20
    window.h
 
21
    wrapsystem.h
 
22
)
 
23
 
 
24
install (
 
25
    FILES ${_headers}
 
26
    DESTINATION ${includedir}/compiz/core
 
27
)
 
 
b'\\ No newline at end of file'