diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-22 11:11:28 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-22 11:11:28 +0100 |
commit | 12160008f45b2b470d29ff475fc3e7eb3a263ebd (patch) | |
tree | 86b2da9f897aa72f8a65ed43295f5c3c6ff689db /icons/CMakeLists.txt | |
parent | 6d2c64352773c32045acb92fd3947cf6bbfd3101 (diff) | |
download | kube-12160008f45b2b470d29ff475fc3e7eb3a263ebd.tar.gz kube-12160008f45b2b470d29ff475fc3e7eb3a263ebd.zip |
Added the kube logo
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r-- | icons/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 00000000..d9f94bf9 --- /dev/null +++ b/icons/CMakeLists.txt | |||
@@ -0,0 +1,8 @@ | |||
1 | find_package(ECM 0.0.8 REQUIRED NO_MODULE) | ||
2 | set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) | ||
3 | |||
4 | include(ECMInstallIcons) | ||
5 | |||
6 | ecm_install_icons(ICONS sc-apps-kube_icon.svg DESTINATION share/icons) | ||
7 | ecm_install_icons(ICONS sc-apps-kube_symbol.svg DESTINATION share/icons) | ||
8 | ecm_install_icons(ICONS sc-apps-kube_logo.svg DESTINATION share/icons) | ||