share/CMakeLists.txt
author nemo
Sat, 14 Nov 2009 05:26:26 +0000
changeset 2620 796269129c47
parent 2393 068632066f80
child 2641 b08cafb86797
permissions -rw-r--r--
koda, can we try to keep unC0Rr's code formatting, and not just change it when we feel like it?

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)