bin/CMakeLists.txt
author nemo
Sat, 07 Jul 2012 15:28:47 -0400
changeset 7348 2a69f2ed9273
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Limit firepunch/whip drowning checks to max AI, bat to top 2 levels.

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