share/CMakeLists.txt
author unc0rr
Sun, 19 Apr 2009 11:59:23 +0000
changeset 2005 aa79f631711b
parent 1999 a28dcfe658e3
child 2015 d2848d723690
permissions -rw-r--r--
Move health sorter to visual gears: - Should fix or at least help with problems when one of players quits (needs testing) - Breaks 0.9.10 compatibility, so increase protocol number and set version to 0.9.11-dev

add_subdirectory(hedgewars)
IF(APPLE)
	configure_file(${hedgewars_SOURCE_DIR}/share/Info.plist.in 
		${CMAKE_CURRENT_BINARY_DIR}/Info.plist)
ENDIF(APPLE)