bin/CMakeLists.txt
author unc0rr
Thu, 17 Nov 2011 23:14:24 +0300
changeset 6393 701eb3f3556a
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Make AI use switcher when: - it is immediately available - switching gains +20 points score turn

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