diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 20:25:58 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-07-29 19:24:38 +0200 |
commit | 8a2e76e9d039c7738c33f18f25342084f7458e5c (patch) | |
tree | 7854749de2f9d37bf44aa052f1a0d72df96981d9 /icons/CMakeLists.txt | |
parent | 0350ba0db07237305a0a682fd7ecc5d78587be84 (diff) | |
download | abakus-8a2e76e9d039c7738c33f18f25342084f7458e5c.tar.gz abakus-8a2e76e9d039c7738c33f18f25342084f7458e5c.zip |
Initial conversion to standard CMake system
(cherry picked from commit b939a1459ef0e4eec6d8dd111baf8e022d1b46a0)
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r-- | icons/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..fcacb7e --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_install_icons( ) |