From c4c9c9fd262dd8450c1cf4454183b03173a3b092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 18 Nov 2012 15:33:48 +0100 Subject: Initial conversion to cmake Thanks to Fat-Zer --- ktux/sprites/CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ktux/sprites/CMakeLists.txt (limited to 'ktux/sprites/CMakeLists.txt') diff --git a/ktux/sprites/CMakeLists.txt b/ktux/sprites/CMakeLists.txt new file mode 100644 index 0000000..eb878ee --- /dev/null +++ b/ktux/sprites/CMakeLists.txt @@ -0,0 +1,20 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES anim0001.png anim0002.png + anim0003.png anim0004.png anim0005.png + anim0006.png anim0007.png anim0008.png + anim0009.png anim0010.png bg.png flare0001.png + flare0002.png spriterc star0001.png + star0002.png + DESTINATION ${DATA_INSTALL_DIR}/ktux/sprites +) + -- cgit v1.2.1