bin/CMakeLists.txt
author nemo
Sun, 08 Jul 2012 10:35:40 -0400
changeset 7360 d833d1010710
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Intended to help on bottom border maps or "red" maps - don't assume erasure if there is indestructible land below the hog

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