bin/CMakeLists.txt
author sheepluva
Mon, 21 Nov 2011 21:23:23 +0100
branch0.9.17
changeset 6408 58d0195ec76e
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. there is a workaround: in the user dir put the playername in <playerNameWithCorrectCase>_highlight.txt

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