summaryrefslogtreecommitdiffstats
path: root/extra-theme/Malibu/CMakeLists.txt
blob: 0d3db601e8b22ed38222fc8c1ead03b0e012ea8b (plain)
1
2
3
4
5
6
7
8
9
foreach( _theme KBMalibu )

tde_create_tarball(

    TARGET ${_theme}.tar.gz
    SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
)
endforeach( )