share/CMakeLists.txt
author smxx
Tue, 02 Mar 2010 19:50:58 +0000
changeset 2913 865ae941d59e
parent 2641 b08cafb86797
child 4336 006133b13b32
permissions -rw-r--r--
Engine: * Small tweaks to English and German locales Frontend: * Added a new default locale choice ("system default") that uses Qt's guessing to determine the preferred language * Updated ts/qm files

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)