share/CMakeLists.txt
author unc0rr
Fri, 17 Apr 2009 20:13:46 +0000
changeset 2002 37c71f5983c9
parent 1999 a28dcfe658e3
child 2015 d2848d723690
permissions -rw-r--r--
patch by koda: - Part of previous patch - Some flags for Mac OS X compilation

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