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