bin/CMakeLists.txt
author nemo
Sat, 14 Jul 2012 23:19:09 -0400
changeset 7389 15c3fb4882df
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.

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