bin/CMakeLists.txt
author sheepluva
Thu, 15 Sep 2011 00:47:05 +0200
changeset 5907 64ccc6be0ec5
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate

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