summaryrefslogtreecommitdiffstats
path: root/extra-theme/Gray_Tiles/CMakeLists.txt
blob: 9bae98d1f92f89b94ce640e97103ea2409db7f48 (plain)
1
2
3
4
5
6
7
8
9
foreach( _theme KBGray_Tiles )

tde_create_tarball(

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