bin/CMakeLists.txt
author sheepluva
Tue, 27 Sep 2011 04:31:08 +0200
changeset 6048 ae213ef7030a
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3 not quite finished (as you'll notice) - but this sheep is heading for sleep.

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