diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-01-29 13:07:14 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2019-01-29 13:07:14 +0100 |
commit | 8181cadea726f243b3738bff0151012acd58f42d (patch) | |
tree | cc41af7d76d94ec9d466568aaa535494f17533d2 /extra-theme/Soft_Crimson/CMakeLists.txt | |
parent | f5f1f0ef7e0e540baa36b925088eaa23f28c5d4a (diff) | |
download | knights-8181cadea726f243b3738bff0151012acd58f42d.tar.gz knights-8181cadea726f243b3738bff0151012acd58f42d.zip |
fulfill bug request 2663.
Thanks to Kristopher 2016-06-13 for the request.
These extra themes come from https://sourceforge.net/projects/knights/files/knights-themepack
They are released under the GNU GPL Version 2
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'extra-theme/Soft_Crimson/CMakeLists.txt')
-rw-r--r-- | extra-theme/Soft_Crimson/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra-theme/Soft_Crimson/CMakeLists.txt b/extra-theme/Soft_Crimson/CMakeLists.txt new file mode 100644 index 0000000..77bde51 --- /dev/null +++ b/extra-theme/Soft_Crimson/CMakeLists.txt @@ -0,0 +1,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( ) |