bin/CMakeLists.txt
author koda
Tue, 07 Feb 2012 00:34:25 +0100
changeset 6634 e00762923086
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
ios game configuration page supports rotation, with some enhancements (like the new slider); some glitches here and there

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)