Commit part of koda's patch which applies cleanly:
- added libSDLmain.a in library generation
- Info.plist now is automatically generated
- completed iphone variant
add_subdirectory(hedgewars)
IF(APPLE)
configure_file(${hedgewars_SOURCE_DIR}/share/Info.plist.in
${CMAKE_CURRENT_BINARY_DIR}/Info.plist)
ENDIF(APPLE)