bin/CMakeLists.txt
author sheepluva
Mon, 19 Sep 2011 23:25:13 +0200
changeset 5965 e529b28d10e9
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
merge the 2 heads. I hope I did it right. also I increased proto and ver number

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