bin/CMakeLists.txt
author unc0rr
Tue, 28 Jun 2011 17:12:09 +0400
changeset 5340 6963e37f2dd2
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
- Allow snow to drop a bit outside the map, where it already is allowed to spawn - Tiny optimization

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