share/CMakeLists.txt
author nemo
Fri, 24 Jul 2009 19:42:06 +0000
changeset 2272 c59656d7b1de
parent 2015 d2848d723690
child 2393 068632066f80
permissions -rw-r--r--
Add water opacity to theme - defaulting to 50% opaque on all themes but Eyes (80%) and Underwater (100%)

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)