bin/CMakeLists.txt
author nemo
Mon, 27 Feb 2012 19:01:44 -0500
changeset 6749 6bb0cea803bd
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Clamp name/team name textures to avoid long team / hog name abuse. Limit width in px instead of chars to avoid unicode issues.

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