bin/CMakeLists.txt
author sheepluva
Thu, 22 Sep 2011 23:20:11 +0200 (2011-09-22)
changeset 5993 412ada3d2041
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)