diff options
Diffstat (limited to 'kiconedit/pics/CMakeLists.txt')
-rw-r--r-- | kiconedit/pics/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kiconedit/pics/CMakeLists.txt b/kiconedit/pics/CMakeLists.txt new file mode 100644 index 00000000..0f0977fb --- /dev/null +++ b/kiconedit/pics/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2010-2011 Calvin Morrison +# mutantturkey@gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( icons ) +add_subdirectory( toolbar ) + +tde_install_icons( kiconedit ) |