slouken@8149: -- Copyright (C) 1997-2014 Sam Lantinga icculus@7925: -- icculus@7925: -- This software is provided 'as-is', without any express or implied icculus@7925: -- warranty. In no event will the authors be held liable for any damages icculus@7925: -- arising from the use of this software. icculus@7925: -- icculus@7925: -- Permission is granted to anyone to use this software for any purpose, icculus@7925: -- including commercial applications, and to alter it and redistribute it icculus@7925: -- freely. icculus@7925: -- icculus@7925: -- Meta-build system using premake created and maintained by icculus@7925: -- Benjamin Henning icculus@7925: icculus@7925: --[[ icculus@7925: touch.lua icculus@7925: icculus@7925: This file defines the touch demo project for iOS. This project is only icculus@7925: compatible on iOS and depends on SDL2. It is a windowed application. icculus@7925: ]] icculus@7925: icculus@7925: SDL_project "touch" icculus@7925: SDL_kind "WindowedApp" icculus@7925: SDL_os "ios" icculus@7925: SDL_language "C" icculus@7925: SDL_sourcedir "../Xcode-iOS/Demos" icculus@7925: SDL_projectLocation "Demos" icculus@7925: SDL_projectDependencies { "SDL2" } slouken@8149: SDL_files { "/src/common.*", "/src/touch.*", "/Info.plist", "/data/stroke.bmp" }