bin/CMakeLists.txt
author koda
Tue, 25 Oct 2011 22:14:55 +0200
changeset 6207 cbc80c22691c
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
updated sdl and lowered minimum ios to 3.0

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