share/CMakeLists.txt
author koda
Thu, 08 Oct 2009 00:58:17 +0000
changeset 2409 dbf195c3e09c
parent 2393 068632066f80
child 2641 b08cafb86797
permissions -rw-r--r--
fix a very rare bug in which CurSlot becomes greater than cMaxCurSlot other minor changes to cmakefiles and iphone defaults

add_subdirectory(hedgewars)
IF(APPLE)
	configure_file(${hedgewars_SOURCE_DIR}/share/Info.plist.in 
		${CMAKE_CURRENT_BINARY_DIR}/Info.plist)
	install(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/Info.plist"
		DESTINATION ../)
	install(PROGRAMS "${hedgewars_SOURCE_DIR}/misc/Icon.icns"
		DESTINATION ../Resources/)
	install(PROGRAMS "${hedgewars_SOURCE_DIR}/misc/dsa_pub.pem"
		DESTINATION ../Resources/)
ENDIF(APPLE)