summaryrefslogtreecommitdiffstats
path: root/extra-theme/XBoard_3D/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'extra-theme/XBoard_3D/CMakeLists.txt')
-rw-r--r--extra-theme/XBoard_3D/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra-theme/XBoard_3D/CMakeLists.txt b/extra-theme/XBoard_3D/CMakeLists.txt
new file mode 100644
index 0000000..abe8495
--- /dev/null
+++ b/extra-theme/XBoard_3D/CMakeLists.txt
@@ -0,0 +1,9 @@
+foreach( _theme KCXBoard_3D )
+
+tde_create_tarball(
+
+ TARGET ${_theme}.tar.gz
+ SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
+)
+endforeach( )