bin/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Tue, 26 Jun 2012 01:17:04 +0300
changeset 7209 f1976889e1a7
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Changed color of the "Natives" team to make it more visible and reduced difficulty of the "easy" challenge in the first mission.

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