~mc-return/compiz/compiz.merge-src-screen.cpp-improvements

« back to all changes in this revision

Viewing changes to xslt/CMakeLists.txt

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 05:09:18 UTC
  • Revision ID: git-v1:163f6b6f3c3b7764987cbdf8e03cc355edeaa499
New generalized build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
set (_files
 
3
    bcop.xslt
 
4
)
 
5
 
 
6
if (USE_GCONF)
 
7
    list (APPEND _files compiz_gconf_schemas.xslt)
 
8
endif ()
 
9
 
 
10
install (
 
11
    FILES ${_files}
 
12
    DESTINATION ${CMAKE_INSTALL_PREFIX}/share/compiz/xslt
 
13
)
 
 
b'\\ No newline at end of file'