From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- data/graphics/images/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/graphics/images/CMakeLists.txt (limited to 'data/graphics/images/CMakeLists.txt') diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt new file mode 100644 index 000000000..5181b4e11 --- /dev/null +++ b/data/graphics/images/CMakeLists.txt @@ -0,0 +1,6 @@ +SET(FILES + error.png + login_wallpaper.png + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) -- cgit v1.2.3-60-g2f50