bin/CMakeLists.txt
author koda
Tue, 03 May 2011 23:16:47 +0200
changeset 5200 7440fe992e73
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well) * increase the max team number from 6 to 8 like engine supports * update ios project file for uCursor

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