bin/CMakeLists.txt
author grammickj
Fri, 05 Aug 2011 12:19:01 +0100
changeset 5493 49769489af37
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
New sounds: mudball, mine bounce, hammer

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