share/CMakeLists.txt
author koda
Sat, 11 Jul 2009 15:22:10 +0000
changeset 2254 bb68e5a5be56
parent 2015 d2848d723690
child 2393 068632066f80
permissions -rw-r--r--
-fix bamboo theme (unsupported color profile) -added bamboo theme lowres images -new bindings for displaying the iPhone keyboard

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/)
ENDIF(APPLE)