diff options
Diffstat (limited to 'extra-theme/Staunton/CMakeLists.txt')
-rw-r--r-- | extra-theme/Staunton/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra-theme/Staunton/CMakeLists.txt b/extra-theme/Staunton/CMakeLists.txt new file mode 100644 index 0000000..e0f6c52 --- /dev/null +++ b/extra-theme/Staunton/CMakeLists.txt @@ -0,0 +1,9 @@ +foreach( _theme KCStaunton ) + +tde_create_tarball( + + TARGET ${_theme}.tar.gz + SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes +) +endforeach( ) |