summaryrefslogtreecommitdiffstats
path: root/extra-theme/Soft_Crimson/CMakeLists.txt
blob: 77bde51c5f3d6312ea4cc4ae8f41eaab8b500f4b (plain)
1
2
3
4
5
6
7
8
9
foreach( _theme KBSoft_Crimson )

tde_create_tarball(

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