bin/CMakeLists.txt
author nemo
Sat, 17 Mar 2012 16:14:08 -0400
changeset 6791 6907194f2c57
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
I imagine this should use the game window width, but I'll let someone else figure it out. I'm just sick of frames being half-visible in navigation.

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