diff options
author | gregory guy <[email protected]> | 2018-12-03 20:36:30 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-12-09 23:59:03 +0900 |
commit | 348dba02312fa423be92fb75bd979aadd5b21c71 (patch) | |
tree | 677f8dd0e25e5933dc97fa778f9ac08d24cc318a /icewm-themes/CMakeLists.txt | |
parent | 92f50127401bef9b42e1c06112b949838e7ac6f3 (diff) | |
download | tdeartwork-348dba02312fa423be92fb75bd979aadd5b21c71.tar.gz tdeartwork-348dba02312fa423be92fb75bd979aadd5b21c71.zip |
Add Helix IceWM theme. This has been taken from
"https://github.com/bbidulock/icewm" and is available under LGPL v2
license. See here for reference:
https://github.com/bbidulock/icewm/blob/icewm-1-4-BRANCH/COPYING
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'icewm-themes/CMakeLists.txt')
-rw-r--r-- | icewm-themes/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icewm-themes/CMakeLists.txt b/icewm-themes/CMakeLists.txt index 7716db27..7984d02f 100644 --- a/icewm-themes/CMakeLists.txt +++ b/icewm-themes/CMakeLists.txt @@ -10,4 +10,5 @@ ################################################# add_subdirectory( MenschMaschine ) -add_subdirectory( Model )
\ No newline at end of file +add_subdirectory( Model ) +add_subdirectory( Helix ) |