bin/CMakeLists.txt
author nemo
Mon, 04 Jun 2012 19:36:55 -0400
changeset 7181 0791c1f2734c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Welp. We have a bit of a problem here. Reverting the move of nextturn. But this causes a desync in scripting unless we can find a better fix.

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