bin/CMakeLists.txt
author unc0rr
Sat, 29 Sep 2012 19:26:18 +0400
changeset 7719 eeae1cb6b6bf
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Move hedgehog's step routine into separate function, use it in both hedgehog and ai code

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