bin/CMakeLists.txt
author sheepluva
Tue, 01 Feb 2011 08:15:01 +0100
changeset 4899 8163c9aaad0c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
automatically convert hedgewars.org urls to actual links (in order to make support in the lobby/rooms easier

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