blob: 5483c96424b53579859c0d8fb8358fac991e68a7 (
plain)
1
2
3
4
5
6
7
8
9
|
foreach( _theme KCNuts_and_Bolts)
tde_create_tarball(
TARGET ${_theme}.tar.gz
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
)
endforeach( )
|