bin/CMakeLists.txt
author koda
Wed, 24 Oct 2012 10:17:38 +0100 (2012-10-24)
changeset 7809 7d4fb2f35f4f
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
update SDL headers for winutils
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)