From 5379c37cfc91f24716af951dd08503f65f7575d7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 20 Oct 2011 03:59:04 +0000 Subject: Commit initial kdeartwork CMake support, courtesy of Golubev Alexander git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1259766 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- icewm-themes/Model/CMakeLists.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 icewm-themes/Model/CMakeLists.txt (limited to 'icewm-themes/Model') diff --git a/icewm-themes/Model/CMakeLists.txt b/icewm-themes/Model/CMakeLists.txt new file mode 100644 index 00000000..8759da46 --- /dev/null +++ b/icewm-themes/Model/CMakeLists.txt @@ -0,0 +1,25 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + closeA.xpm closeI.xpm frameAB.xpm + frameABL.xpm frameABR.xpm frameAL.xpm + frameAR.xpm frameAT.xpm frameATL.xpm + frameATR.xpm frameIB.xpm frameIBL.xpm + frameIBR.xpm frameIL.xpm frameIR.xpm + frameIT.xpm frameITL.xpm frameITR.xpm + maximizeA.xpm maximizeI.xpm menuButtonA.xpm + menuButtonI.xpm minimizeA.xpm minimizeI.xpm + restoreA.xpm restoreI.xpm titleAB.xpm + titleAL.xpm titleAM.xpm titleAT.xpm + titleIB.xpm titleIL.xpm titleIM.xpm + titleIT.xpm default.theme +DESTINATION ${DATA_INSTALL_DIR}/kwin/icewm-themes/Model ) -- cgit v1.2.1