~compiz-team/compiz-core/compiz-core.fix_862719

« back to all changes in this revision

Viewing changes to include/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
    compiz.h
 
3
    decoration.h
 
4
)
 
5
 
 
6
install (
 
7
    FILES ${_headers}
 
8
    DESTINATION ${includedir}/compiz
 
9
)
 
10
 
 
11
add_subdirectory (core)
 
12
add_subdirectory (composite)
 
13
add_subdirectory (opengl)
 
 
b'\\ No newline at end of file'