~ubuntu-branches/ubuntu/natty/compiz/natty

0.2.4 by Sean Finney
Import upstream version 0.9.2.1+git20110226.f059fae9
1
set (_files
2
    bcop.xslt
3
)
4
5
if (USE_GCONF)
6
    list (APPEND _files compiz_gconf_schemas.xslt)
7
endif ()
8
9
install (
10
    FILES ${_files}
11
    DESTINATION ${COMPIZ_DESTDIR}${CMAKE_INSTALL_PREFIX}/share/compiz/xslt
12
)
13